From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 59740@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#59740] [PATCH v2] gnu: Add cl-duologue.
Date: Thu, 1 Dec 2022 07:38:36 -0600 [thread overview]
Message-ID: <20221201133835.13235-1-jgart@dismail.de> (raw)
In-Reply-To: <20221201133345.12672-1-jgart@dismail.de>
* gnu/packages/lisp-xyz.scm (cl-duologue, ecl-duologue, sbcl-duologue):
New variables.
hi,
v2 adds missing paren to sbcl-duologue
all best,
jgart
---
gnu/packages/lisp-xyz.scm | 41 +++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 02844cd870..d7dbb77b06 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -255,6 +255,47 @@ (define-public cl-langutils
(define-public ecl-langutils
(sbcl-package->ecl-package sbcl-langutils))
+(define-public sbcl-duologue
+ (let ((commit "9c31c1761dd1fc009f2f4c6bf47a88826d87498b")
+ (revision "0"))
+ (package
+ (name "sbcl-duologue")
+ (version (git-version "20220605" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mmontone/duologue")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "03ypcdz4gl8i82ivvnzc5ng4m9b8rkifyl13ik2grlcl5x2wq7ih"))))
+ (build-system asdf-build-system/sbcl)
+ (native-inputs (list sbcl-stefil))
+ (inputs
+ (list sbcl-alexandria
+ sbcl-anaphora
+ sbcl-clavier
+ sbcl-chronicity
+ sbcl-drakma
+ sbcl-cl-ansi-text
+ sbcl-cl-fad))
+ (home-page "https://github.com/mmontone/duologue/")
+ (synopsis "High level user interaction library")
+ (description
+"Duologue is high-level interaction library for Common Lisp. It features
+coloured printing via @code{cl-ansi-text} and readline completion.")
+ (license (list license:expat
+ ;; https://github.com/mmontone/duologue/issues/9
+ license:gpl3+)))))
+
+(define-public cl-duologue
+ (sbcl-package->cl-source-package sbcl-duologue))
+
+;; https://github.com/mmontone/duologue/issues/10
+#;(define-public ecl-duologue
+ (sbcl-package->ecl-package sbcl-duologue))
+
(define-public sbcl-alea
(package
(name "sbcl-alea")
--
2.38.1
next prev parent reply other threads:[~2022-12-01 13:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-01 13:33 [bug#59740] [PATCH] gnu: Add cl-duologue jgart via Guix-patches via
2022-12-01 13:38 ` jgart via Guix-patches via [this message]
2022-12-02 5:16 ` [bug#59740] [PATCH v2 1/2] gnu: sbcl-clavier: Update to 9b1424e jgart via Guix-patches via
2022-12-02 5:16 ` [bug#59740] [PATCH v2 2/2] gnu: Add cl-duologue jgart via Guix-patches via
2022-12-05 13:16 ` bug#59740: " 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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221201133835.13235-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=59740@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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).