emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51481: closed ([PATCH] gnu: Add cl-clinenoise)


From: GNU bug Tracking System
Subject: bug#51481: closed ([PATCH] gnu: Add cl-clinenoise)
Date: Sat, 30 Oct 2021 09:15:02 +0000

Your message dated Sat, 30 Oct 2021 09:13:27 +0000
with message-id <87v91eho2j.fsf@kitej>
and subject line Re: [bug#51481] [PATCH] gnu: Add cl-clinenoise
has caused the debbugs.gnu.org bug report #51481,
regarding [PATCH] gnu: Add cl-clinenoise
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51481: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51481
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add cl-clinenoise Date: Fri, 29 Oct 2021 14:13:15 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#51481] [PATCH] gnu: Add cl-clinenoise Date: Sat, 30 Oct 2021 09:13:27 +0000
Patch pushed as d7a1eb2a663503954000293b361b835ba8a02ed7.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]