From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 57633@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#57633] [PATCH] gnu: Add cl-list-named-class.
Date: Tue, 6 Sep 2022 18:20:36 -0500 [thread overview]
Message-ID: <20220906232036.26220-1-jgart@dismail.de> (raw)
* gnu/packages/lisp-xyz.scm (cl-list-named-class): New variable.
---
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 87fa80b5c3..1a6b88db3e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -290,6 +290,38 @@ (define-public cl-bodge-queue
(define-public ecl-bodge-queue
(sbcl-package->ecl-package sbcl-bodge-queue))
+(define-public sbcl-list-named-class
+ (let ((commit "2955791a7469131bcab42d800883f27993ee1d62")
+ (revision "0"))
+ (package
+ (name "sbcl-list-named-class")
+ (version (git-version "0.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/phoe/list-named-class")
+ (commit commit)))
+ (file-name (git-file-name "cl-list-named-class" version))
+ (sha256
+ (base32 "1bdi9q9wvfj66jji3n9hpjrj9271ial2awsb0xw80bmy6wqbg8kq"))))
+ (build-system asdf-build-system/sbcl)
+ (native-inputs (list sbcl-1am))
+ (inputs
+ (list sbcl-alexandria sbcl-closer-mop))
+ (home-page "https://github.com/phoe/list-named-class/")
+ (synopsis "Name classes after lists of symbols")
+ (description
+"This package makes it possible to name classes by lists of symbols
+instead of symbols.")
+ (license license:expat))))
+
+(define-public cl-list-named-class
+ (sbcl-package->cl-source-package sbcl-list-named-class))
+
+(define-public ecl-list-named-class
+ (sbcl-package->ecl-package sbcl-list-named-class))
+
(define-public sbcl-golden-utils
(let ((commit "fe1898f9abbd302b0359f017637c063173cf73e1")
(revision "3"))
--
2.37.2
next reply other threads:[~2022-09-06 23:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-06 23:20 jgart via Guix-patches via [this message]
2022-09-07 12:42 ` bug#57633: [PATCH] gnu: Add cl-list-named-class Guillaume Le Vaillant
2022-09-08 0:51 ` [bug#57633] " jgart via Guix-patches via
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=20220906232036.26220-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=57633@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 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.