From: Charles via Guix-patches via <guix-patches@gnu.org>
To: 50668@debbugs.gnu.org
Subject: [bug#50668] Add cl-funds
Date: Sun, 19 Sep 2021 02:40:13 +0000 [thread overview]
Message-ID: <rgB4m8D4zAcFhS-PyfcDKfVAr8VhB4FQijYvTnVthZyYTaARY-7b6s69tVrZxcDdgd6or29yl8Teqy96kjOGUyaMZgwFX6EqA4Ctj9CC3dQ=@protonmail.com> (raw)
[-- 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
next reply other threads:[~2021-09-19 2:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-19 2:40 Charles via Guix-patches via [this message]
2021-09-19 7:36 ` bug#50668: Add cl-funds Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='rgB4m8D4zAcFhS-PyfcDKfVAr8VhB4FQijYvTnVthZyYTaARY-7b6s69tVrZxcDdgd6or29yl8Teqy96kjOGUyaMZgwFX6EqA4Ctj9CC3dQ=@protonmail.com' \
--to=guix-patches@gnu.org \
--cc=50668@debbugs.gnu.org \
--cc=charles.b.jackson@protonmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.