From: Foo Chuan Wei <chuanwei.foo@hotmail.com>
To: 51481@debbugs.gnu.org
Subject: [bug#51481] [PATCH] gnu: Add cl-clinenoise
Date: Fri, 29 Oct 2021 14:13:15 +0000 [thread overview]
Message-ID: <SG2PR01MB216000E23F27FF8D252E2B228D879@SG2PR01MB2160.apcprd01.prod.exchangelabs.com> (raw)
* gnu/packages/lisp-xyz.scm (cl-clinenoise, ecl-clinenoise,
sbcl-clinenoise): New variables.
---
gnu/packages/lisp-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index e4e13b7ed7..3bac98cc25 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18595,3 +18595,34 @@ higher-level lispier interface.")
(define-public ecl-cl-charms
(sbcl-package->ecl-package sbcl-cl-charms))
+
+(define-public sbcl-clinenoise
+ (let ((commit "46e21f99d06a55d93eaa382cf652d55d457032ef")
+ (revision "1"))
+ (package
+ (name "sbcl-clinenoise")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jasom/clinenoise")
+ (commit commit)))
+ (file-name (git-file-name "cl-clinenoise" version))
+ (sha256
+ (base32
+ "0ydlirfk4dbpqqjwwph99v5swcrhd8v9g8q24fvs35wn2vm08lh1"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs `(("alexandria" ,sbcl-alexandria)
+ ("cffi" ,sbcl-cffi)
+ ("split-sequence" ,sbcl-split-sequence)))
+ (home-page "https://github.com/jasom/clinenoise")
+ (synopsis "Straight port of linenoise to Common Lisp")
+ (description
+ "A trivial line-input library for VT-like terminals.")
+ (license license:bsd-2))))
+
+(define-public cl-clinenoise
+ (sbcl-package->cl-source-package sbcl-clinenoise))
+
+(define-public ecl-clinenoise
+ (sbcl-package->ecl-package sbcl-clinenoise))
base-commit: ad39268cdf075f4c4eeb87ed78ce46ca6f817675
--
2.25.1
next reply other threads:[~2021-10-29 14:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-29 14:13 Foo Chuan Wei [this message]
2021-10-30 9:13 ` bug#51481: [PATCH] gnu: Add cl-clinenoise 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=SG2PR01MB216000E23F27FF8D252E2B228D879@SG2PR01MB2160.apcprd01.prod.exchangelabs.com \
--to=chuanwei.foo@hotmail.com \
--cc=51481@debbugs.gnu.org \
/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).