all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 59060@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#59060] [PATCH] gnu: Add cl-seria.
Date: Sat,  5 Nov 2022 15:25:41 -0500	[thread overview]
Message-ID: <20221105202541.9438-1-jgart@dismail.de> (raw)

* gnu/packages/lisp-xyz.scm (cl-seria, ecl-seria, sbcl-seria): 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 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





             reply	other threads:[~2022-11-05 20:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <handler.59060.B.16676799624342.ack@debbugs.gnu.org>
2022-11-05 20:25 ` jgart via Guix-patches via [this message]
2022-11-06  3:32   ` [bug#59060] Acknowledgement ([PATCH] gnu: Add cl-seria.) 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=20221105202541.9438-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=59060@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.