* [bug#50668] Add cl-funds
@ 2021-09-19 2:40 Charles via Guix-patches via
2021-09-19 7:36 ` bug#50668: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Charles via Guix-patches via @ 2021-09-19 2:40 UTC (permalink / raw)
To: 50668
[-- Attachment #1.1: Type: text/plain, Size: 13 bytes --]
Empty Message
[-- Attachment #1.2: Type: text/html, Size: 24 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-cl-funds.patch --]
[-- Type: text/x-patch; name=0001-gnu-Add-cl-funds.patch, Size: 1871 bytes --]
From fe5a0b08ded57b9f73ebea0bed966d3436712c39 Mon Sep 17 00:00:00 2001
From: Charles <charles.b.jackson@protonmail.com>
Date: Sat, 18 Sep 2021 21:38:43 -0500
Subject: [PATCH] gnu: Add cl-funds
* gnu/packages/lisp-xyz.scm (sbcl-funds ecl-funds cl-funds): Add new variable.
---
gnu/packages/lisp-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 3415a446a6..ff6760000b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10755,6 +10755,36 @@ If features:
(define-public ecl-sycamore
(sbcl-package->ecl-package sbcl-sycamore))
+(define-public sbcl-funds
+ (let ((commit "6a93695a83d6e21f7ae1351f9b07ee01fa0b487f")
+ (revision "1"))
+ (package
+ (name "sbcl-funds")
+ (version (git-version "1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/charJe/funds")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0lhzghngihy83njcnhjiqg10lyw8zxfpmg6ly8sycd4vyiw2i249"))))
+ (build-system asdf-build-system/sbcl)
+ (synopsis "Purely functional data structure library in Common Lisp")
+ (description
+ "Funds provides portable, purely functional data structures in Common
+Lisp. It includes tree based implementations for Array, Hash, Queue, Stack, and
+Heap.")
+ (home-page "https://common-lisp.net/project/funds/")
+ (license license:asl2.0))))
+
+(define-public cl-funds
+ (sbcl-package->cl-source-package sbcl-funds))
+
+(define-public ecl-funds
+ (sbcl-package->ecl-package sbcl-funds))
+
(define-public sbcl-trivial-package-local-nicknames
(package
(name "sbcl-trivial-package-local-nicknames")
--
2.32.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#50668: Add cl-funds
2021-09-19 2:40 [bug#50668] Add cl-funds Charles via Guix-patches via
@ 2021-09-19 7:36 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-09-19 7:36 UTC (permalink / raw)
To: Charles; +Cc: 50668-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 173b4e453cf24b21dffafbfd21b9e3007ae215a6.
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-09-19 7:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-19 2:40 [bug#50668] Add cl-funds Charles via Guix-patches via
2021-09-19 7:36 ` bug#50668: " 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.