From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 58998@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#58998] [PATCH] gnu: Add cl-clostrum.
Date: Thu, 3 Nov 2022 12:21:23 -0500 [thread overview]
Message-ID: <20221103172123.10072-1-jgart@dismail.de> (raw)
* gnu/packages/lisp-xyz.scm (cl-clostrum, ecl-clostrum, sbcl-clostrum):
New variables.
---
gnu/packages/lisp-xyz.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 38b2e0070e..548c4531e2 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15328,6 +15328,38 @@ (define-public ecl-jsown
(define-public cl-jsown
(sbcl-package->cl-source-package sbcl-jsown))
+(define-public sbcl-clostrum
+ (let ((commit "c85d38bde9d093f1f132574e9b98b8d64683cd51"))
+ (package
+ (name "sbcl-clostrum")
+ (version (git-version "0.0.0" "0" commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/s-expressionists/Clostrum")
+ (commit commit)))
+ (file-name (git-file-name name commit))
+ (sha256
+ (base32 "10alsdnpzbgic75xghwjp414sqwg4npvp69zn0r4l8ms0ki9zr1x"))))
+ (build-system asdf-build-system/sbcl)
+ (native-inputs (list sbcl-fiveam))
+ (arguments
+ '(#:asd-systems '("clostrum"
+ "clostrum-test"
+ "clostrum-basic")))
+ (home-page "https://github.com/s-expressionists/Clostrum")
+ (synopsis "First Class Global Environments")
+ (description
+"First-class global environments for Common Lisp.")
+ (license license:bsd-2))))
+
+(define-public ecl-clostrum
+ (sbcl-package->ecl-package sbcl-clostrum))
+
+(define-public cl-clostrum
+ (sbcl-package->cl-source-package sbcl-trucler))
+
(define-public sbcl-system-locale
(let ((commit "4b334bc2fa45651bcaa28ae7d9331095d6bf0a17"))
(package
--
2.38.1
next reply other threads:[~2022-11-03 17:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-03 17:21 jgart via Guix-patches via [this message]
2022-11-05 12:06 ` bug#58998: [PATCH] gnu: Add cl-clostrum 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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221103172123.10072-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=58998@debbugs.gnu.org \
--cc=jgart@dismail.de \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).