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: 58911@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#58911] [PATCH 1/2] gnu: Add cl-zr-utils.
Date: Sun, 30 Oct 2022 19:08:45 -0500	[thread overview]
Message-ID: <20221031000845.23075-1-jgart@dismail.de> (raw)
In-Reply-To: <20221030190611.GB22810@dismail.de>

* gnu/packages/lisp-xyz.scm (cl-zr-utils, ecl-zr-utils, sbcl-zr-utils): New variables.

---
 gnu/packages/lisp-xyz.scm | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 9a7821a129..95a0a49863 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -24269,6 +24269,45 @@ (define-public cl-definitions-systems
 (define-public ecl-definitions-systems
   (sbcl-package->ecl-package sbcl-definitions-systems))
 
+(define-public sbcl-zr-utils
+  (let ((commit "e7eaffcb71811f6e1ab85fb15a079bcac4038eeb")
+        (revision "0"))
+    (package
+      (name "sbcl-zr-utils")
+      (version (git-version "0.0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://gitlab.com/zombie-raptor/zr-utils.git")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+           (base32
+            "1nx388974wdc49h3simr1jnv4rw1mcs2llv4xai88qwjf4y66hsy"))))
+      (build-system asdf-build-system/sbcl)
+      ;; No test or package found for :ZR-UTILS/TESTS/ALL.
+      (arguments '(#:tests? #f))
+      (native-inputs (list sbcl-parachute))
+      (inputs
+        (list sbcl-alexandria
+              sbcl-babel
+              sbcl-closer-mop
+              sbcl-cl-unicode
+              sbcl-trivial-gray-streams))
+      (synopsis "Library originating from the Zombie Raptor game engine project")
+      (description
+"A Common Lisp utilities library originating from the Zombie Raptor game
+engine project.")
+      (home-page "https://gitlab.com/zombie-raptor/zr-utils")
+      (license license:expat))))
+
+(define-public cl-zr-utils
+  (sbcl-package->cl-source-package sbcl-zr-utils))
+
+(define-public ecl-zr-utils
+  (sbcl-package->ecl-package sbcl-zr-utils))
+
 (define-public sbcl-draw-cons-tree
   (let ((commit "04334f5885a85cd7127db8dda3f6d6686a0438b1")
         (revision "0"))
-- 
2.38.1





  reply	other threads:[~2022-10-31  0:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-31  0:06 [bug#58911] [PATCH 1/2] gnu: Add cl-airship-scheme jgart via Guix-patches via
2022-10-31  0:08 ` jgart via Guix-patches via [this message]
2022-10-31  0:08   ` [bug#58911] [PATCH 2/2] " jgart via Guix-patches via
     [not found] ` <handler.58911.B.166717478816195.ack@debbugs.gnu.org>
2022-10-31  0:15   ` [bug#58911] Acknowledgement ([PATCH 1/2] gnu: Add cl-airship-scheme.) jgart via Guix-patches via
2022-10-31 15:02 ` bug#58911: [PATCH 1/2] gnu: Add cl-airship-scheme 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=20221031000845.23075-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=58911@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.