* [bug#46891] [PATCH 3/9] - added cl-access.
@ 2021-03-03 15:22 cage
2021-03-04 10:20 ` Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2021-03-03 15:22 UTC (permalink / raw)
To: 46891
---
gnu/packages/lisp-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 6238f6133a..2a1bf6a7b1 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14857,3 +14857,39 @@ protocol for Mastodon.")
(define-public cl-spark
(sbcl-package->cl-source-package sbcl-cl-spark))
+
+(define-public sbcl-cl-access
+ (let ((commit "1b26db3760018cdc4624f880f0a1e0155d8f6c50")
+ (revision "1"))
+ (package
+ (name "sbcl-cl-access")
+ (version (git-version "1.5.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sharplispers/access")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1knd3n4mpzkc97i1znbas32pscd30416isvmx2pjmgvar6k93pl5"))))
+ (build-system asdf-build-system/sbcl)
+ (arguments
+ '(#:asd-systems '("access")))
+ (inputs
+ `(("sbcl-lisp-unit2" ,sbcl-lisp-unit2)
+ ("sbcl-iterate" ,sbcl-iterate)
+ ("sbcl-closer-mop" ,sbcl-closer-mop)
+ ("sbcl-alexandria" ,sbcl-alexandria)
+ ("sbcl-anaphora" ,sbcl-anaphora)
+ ("sbcl-interpol" ,sbcl-cl-interpol)))
+ (synopsis "Common lisp library to unify access to dictionary-like data-structures")
+ (description "Common lisp library to unify access to dictionary structures ")
+ (home-page "https://github.com/sharplispers/access")
+ (license license:bsd-3))))
+
+(define-public ecl-cl-access
+ (sbcl-package->ecl-package sbcl-cl-access))
+
+(define-public cl-access
+ (sbcl-package->cl-source-package sbcl-cl-access))
--
2.30.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#46891] [PATCH 3/9] - added cl-access.
2021-03-03 15:22 [bug#46891] [PATCH 3/9] - added cl-access cage
@ 2021-03-04 10:20 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-03-04 10:20 UTC (permalink / raw)
To: cage; +Cc: 46891-done
[-- Attachment #1: Type: text/plain, Size: 90 bytes --]
Patch pushed as c88de9648760797453e2d1f89479cdffffc18322 with some
modifications.
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:[~2021-03-04 10:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-03 15:22 [bug#46891] [PATCH 3/9] - added cl-access cage
2021-03-04 10:20 ` 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.