all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ykonai via Guix-patches via <guix-patches@gnu.org>
To: 65477@debbugs.gnu.org
Subject: [bug#65477] [PATCH v2 1/2] gnu: Add cl-slite.
Date: Wed, 27 Sep 2023 22:33:13 +0200	[thread overview]
Message-ID: <31ccdfcb77fe881b5720b640f4851ac51d2c1218.1695846794.git.mail@ykonai.net> (raw)
In-Reply-To: <cover.1692810936.git.mail@ykonai.net>

* gnu/packages/lisp-xyz.scm (cl-slite, ecl-slite, sbcl-slite): New variables.
---
 gnu/packages/lisp-xyz.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index d62122f408..6f9a942a30 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -27328,6 +27328,39 @@ (define-public cl-slot-extra-options
 (define-public ecl-slot-extra-options
   (sbcl-package->ecl-package sbcl-slot-extra-options))
 
+(define-public sbcl-slite
+  (let ((commit "942a95330592d30be5ac02fb1b697fb14ccbf1af")
+        (revision "0"))
+    (package
+      (name "sbcl-slite")
+      (version (git-version "1.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/tdrhq/slite/")
+               (commit commit)))
+         (file-name (git-file-name "slite" version))
+         (sha256
+          (base32 "0b4c4vs1zlhcvr9flv8bx76v9hrwc9qmazmp60407q7cghn0k8zk"))))
+      (build-system asdf-build-system/sbcl)
+      (inputs
+       (list sbcl-cl-str
+             sbcl-fiveam
+             sbcl-parachute
+             sbcl-lisp-unit2))
+      (home-page "https://github.com/tdrhq/slite")
+      (synopsis "Common Lisp system for Slite ")
+      (description
+       "This package provides the Common Lisp part of the emacs-slite test runner.")
+      (license license:asl2.0))))
+
+(define-public cl-slite
+  (sbcl-package->cl-source-package sbcl-slite))
+
+(define-public ecl-slite
+  (sbcl-package->ecl-package sbcl-slite))
+
 (define-public sbcl-parseq
   (package
     (name "sbcl-parseq")

base-commit: 3ce3466311953cc5f00a4fb34ff094a9a3501399
-- 
2.41.0





  parent reply	other threads:[~2023-09-27 20:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-23 17:44 [bug#65477] [PATCH 0/2] Add emacs-slite ykonai via Guix-patches via
2023-08-23 17:48 ` [bug#65477] [PATCH 1/2] gnu: Add cl-slite ykonai via Guix-patches via
2023-08-23 17:48 ` [bug#65477] [PATCH 2/2] gnu: Add emacs-slite ykonai via Guix-patches via
2023-09-17 13:30   ` [bug#65477] [PATCH 0/2] " Ludovic Courtès
2023-09-27 20:36     ` ykonai via Guix-patches via
2023-09-27 20:33 ` ykonai via Guix-patches via [this message]
2023-09-27 20:33   ` [bug#65477] [PATCH v2 2/2] gnu: " ykonai via Guix-patches via
2023-10-19 20:02   ` bug#65477: [PATCH v2 1/2] gnu: Add cl-slite Ludovic Courtès

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=31ccdfcb77fe881b5720b640f4851ac51d2c1218.1695846794.git.mail@ykonai.net \
    --to=guix-patches@gnu.org \
    --cc=65477@debbugs.gnu.org \
    --cc=mail@ykonai.net \
    /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.