* [bug#55520] [PATCH] gnu: Add cl-listopia.
@ 2022-05-19 11:15 Arun Isaac
2022-05-20 9:08 ` Guillaume Le Vaillant
0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2022-05-19 11:15 UTC (permalink / raw)
To: 55520; +Cc: Arun Isaac
* gnu/packages/lisp-xyz.scm (sbcl-listopia, cl-listopia, ecl-listopia): New
variables.
---
gnu/packages/lisp-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index fa234af3c3..7fa0db59f9 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -21322,3 +21322,31 @@ (define-public sbcl-lmdb
(define-public cl-lmdb
(sbcl-package->cl-source-package sbcl-lmdb))
+
+(define-public sbcl-listopia
+ (package
+ (name "sbcl-listopia")
+ (version "0.12.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Dimercel/listopia")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "07xa2s2s60h9f40az3zdacybl5pk1x8bhvga9phsra0czbv44lx2"))))
+ (build-system asdf-build-system/sbcl)
+ (native-inputs
+ (list sbcl-prove))
+ (home-page "https://github.com/Dimercel/listopia")
+ (synopsis "List manipulation library for Common Lisp")
+ (description "This package is a list manipulation library for Common Lisp
+inspired by Haskell package @code{Data.List}.")
+ (license license:llgpl)))
+
+(define-public cl-listopia
+ (sbcl-package->cl-source-package sbcl-listopia))
+
+(define-public ecl-listopia
+ (sbcl-package->ecl-package sbcl-listopia))
--
2.36.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#55520] [PATCH] gnu: Add cl-listopia.
2022-05-19 11:15 [bug#55520] [PATCH] gnu: Add cl-listopia Arun Isaac
@ 2022-05-20 9:08 ` Guillaume Le Vaillant
2022-05-20 12:50 ` bug#55520: " Arun Isaac
0 siblings, 1 reply; 3+ messages in thread
From: Guillaume Le Vaillant @ 2022-05-20 9:08 UTC (permalink / raw)
To: Arun Isaac; +Cc: 55520
[-- Attachment #1: Type: text/plain, Size: 148 bytes --]
Arun Isaac <arunisaac@systemreboot.net> skribis:
> * gnu/packages/lisp-xyz.scm (sbcl-listopia, cl-listopia, ecl-listopia): New
> variables.
LGTM.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#55520: [PATCH] gnu: Add cl-listopia.
2022-05-20 9:08 ` Guillaume Le Vaillant
@ 2022-05-20 12:50 ` Arun Isaac
0 siblings, 0 replies; 3+ messages in thread
From: Arun Isaac @ 2022-05-20 12:50 UTC (permalink / raw)
To: Guillaume Le Vaillant; +Cc: 55520-done
Pushed, thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-05-20 18:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-19 11:15 [bug#55520] [PATCH] gnu: Add cl-listopia Arun Isaac
2022-05-20 9:08 ` Guillaume Le Vaillant
2022-05-20 12:50 ` bug#55520: " Arun Isaac
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.