From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 57738@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#57738] [PATCH] gnu: Add cl-morse.
Date: Sun, 11 Sep 2022 13:33:36 -0500 [thread overview]
Message-ID: <20220911183336.1880-1-jgart@dismail.de> (raw)
* gnu/packages/lisp-xyz.scm (cl-morse, ecl-cl-morse, sbcl-cl-morse):
New variables.
---
gnu/packages/lisp-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index d7e04dba17..f8a4bb4b53 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -23935,6 +23935,36 @@ (define-public cl-draw-cons-tree
(define-public ecl-draw-cons-tree
(sbcl-package->ecl-package sbcl-draw-cons-tree))
+(define-public sbcl-cl-morse
+ (package
+ (name "sbcl-cl-morse")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/em7/cl-morse")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "01sh34nhbsx2dsrb2r1vkd4j8lzm9gjd5jfi8a4cs4m3djjwhh5i"))))
+ (build-system asdf-build-system/sbcl)
+ (native-inputs
+ (list sbcl-fiveam))
+ (inputs
+ (list sbcl-cl-ppcre))
+ (synopsis "Morse code translation library written in Common Lisp")
+ (description
+"@code{cl-morse} is a morse code translation library written in Common Lisp.")
+ (home-page "https://github.com/em7/cl-morse")
+ (license license:bsd-3)))
+
+(define-public cl-morse
+ (sbcl-package->cl-source-package sbcl-cl-morse))
+
+(define-public ecl-cl-morse
+ (sbcl-package->ecl-package sbcl-cl-morse))
+
(define-public sbcl-smug
(let ((commit "647a2428df297e1dd183ba7c19574bdb1320ae79")
(revision "0"))
--
2.37.3
next reply other threads:[~2022-09-11 18:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-11 18:33 jgart via Guix-patches via [this message]
2022-09-11 20:13 ` [bug#57738] [PATCH] gnu: Add cl-morse ( via Guix-patches via
2022-09-11 20:18 ` [bug#57738] [PATCH v2] " jgart via Guix-patches via
2022-09-11 20:21 ` ( via Guix-patches via
2022-09-15 8:38 ` bug#57738: " Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220911183336.1880-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=57738@debbugs.gnu.org \
--cc=jgart@dismail.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.