all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73269] [PATCH] gnu: Add sbcl-birch.
@ 2024-09-15  8:23 Roman Scherer
  2024-09-18 12:41 ` bug#73269: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Roman Scherer @ 2024-09-15  8:23 UTC (permalink / raw)
  To: 73269
  Cc: Roman Scherer, Guillaume Le Vaillant, Katherine Cox-Buday,
	Munyoki Kilyungi, Sharlatan Hellseher, jgart

* gnu/packages/lisp-xyz.scm (sbcl-birch): New variable.

Change-Id: I2ea6358cc41ddd26aaaed81a1cb828c74450a111
---
 gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2e0dea522e..6b48798530 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1999,6 +1999,40 @@ (define-public cl-bit-smasher
 (define-public ecl-bit-smasher
   (sbcl-package->ecl-package sbcl-bit-smasher))
 
+(define-public sbcl-birch
+  (let ((commit "30cd24260675c6c4e276daaf28be8d02ac15dd8f")
+        (revision "0"))
+    (package
+      (name "sbcl-birch")
+      (version (git-version "1.0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/jorams/birch")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1b24xng92ra7420s3zy44pybk4h7xg4kjwdk35arl46badgi28r1"))))
+      (build-system asdf-build-system/sbcl)
+      (inputs (list sbcl-alexandria
+                    sbcl-cl+ssl
+                    sbcl-flexi-streams
+                    sbcl-split-sequence
+                    sbcl-usocket))
+      (native-inputs (list sbcl-prove))
+      (home-page "https://github.com/jorams/birch")
+      (synopsis "Common Lisp IRC client library")
+      (description "Birch is a simple Common Lisp IRC client library.  It
+makes use of CLOS for event handling.")
+      (license (list license:expat)))))
+
+(define-public cl-birch
+  (sbcl-package->cl-source-package sbcl-birch))
+
+(define-public ecl-birch
+  (sbcl-package->ecl-package sbcl-birch))
+
 (define-public sbcl-bknr-datastore
   (let ((commit "c98d44f47cc88d19ff91ca3eefbd9719a8ace022")
         (revision "1"))

base-commit: 66611696975409a52478b95a862a464daeaefe2a
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#73269: [PATCH] gnu: Add sbcl-birch.
  2024-09-15  8:23 [bug#73269] [PATCH] gnu: Add sbcl-birch Roman Scherer
@ 2024-09-18 12:41 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-09-18 12:41 UTC (permalink / raw)
  To: Roman Scherer; +Cc: 73269-done

[-- Attachment #1: Type: text/plain, Size: 67 bytes --]

Patch applied as e071f5a9531261164b13eaa1cd04c4b1851da923.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-18 12:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-15  8:23 [bug#73269] [PATCH] gnu: Add sbcl-birch Roman Scherer
2024-09-18 12:41 ` bug#73269: " Guillaume Le Vaillant

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.