[PATCH] gnu: Add cl-seria.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Christopher Baines
Owner
unassigned
Submitted by
jgart
Severity
normal

Debbugs page

J
J
jgart wrote on 5 Nov 2022 13:25
(address . guix-patches@gnu.org)(name . jgart)(address . jgart@dismail.de)
20221105202541.9438-1-jgart@dismail.de
* gnu/packages/lisp-xyz.scm (cl-seria, ecl-seria, sbcl-seria): New variables.
---
gnu/packages/lisp-xyz.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)

Toggle diff (45 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 01dcf4f46d..676db6308d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -24666,6 +24666,38 @@ (define-public cl-smug
(define-public ecl-smug
(sbcl-package->ecl-package sbcl-smug))
+(define-public sbcl-seria
+ (let ((commit "2bba04dc6abdc0b85a511cae9c460942e2ad305a")
+ (revision "0"))
+ (package
+ (name "sbcl-seria")
+ (version (git-version "0.0.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Izaakwltn/seria")
+ (commit commit)))
+ (file-name (git-file-name "cl-seria" version))
+ (sha256
+ (base32 "04igpj7y4g5qi4f6fa0shkmywlg1zvhlhhzwy83nni0xxb4xibm5"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs (list sbcl-alexandria))
+ (arguments
+ `(#:tests? #f)) ; There are no tests.
+ (synopsis "Module for exploring twelve-tone serialism")
+ (description
+"@code{cl-seria} provides a module for exploring twelve-tone serialism
+in Common Lisp.")
+ (home-page "https://github.com/Izaakwltn/seria/")
+ (license license:expat))))
+
+(define-public cl-seria
+ (sbcl-package->cl-source-package sbcl-seria))
+
+(define-public ecl-seria
+ (sbcl-package->ecl-package sbcl-seria))
+
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar
--
2.38.1
J
C
C
Christopher Baines wrote on 17 Nov 2022 03:27
tag 59060 moreinfo
(address . control@debbugs.gnu.org)
8735ahstwb.fsf@cbaines.net
tags 59060 + moreinfo
quit
J
(address . 59060-done@debbugs.gnu.org)
4ebb67bdf35904226dfc763e87cbf13dc0a8d135@dismail.de
Closing. Feel free to reopen if anyone is interested in working on it.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59060@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59060
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch