From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 57614@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#57614] [PATCH] gnu: Add cl-2am.
Date: Tue, 6 Sep 2022 07:31:13 -0500 [thread overview]
Message-ID: <20220906123113.6197-1-jgart@dismail.de> (raw)
* gnu/packages/lisp-check.scm (cl-2am): New variable.
---
gnu/packages/lisp-check.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm
index 8c850ee850..ca73593cb6 100644
--- a/gnu/packages/lisp-check.scm
+++ b/gnu/packages/lisp-check.scm
@@ -63,6 +63,36 @@ (define-public cl-1am
(define-public ecl-1am
(sbcl-package->ecl-package sbcl-1am))
+(define-public sbcl-2am
+ (let ((commit "1d2fd21bbd8f26ec91b962705cab098dd7b5f11c")
+ (revision "0"))
+ (package
+ (name "sbcl-2am")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.common-lisp.net/dkochmanski/2am")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0zgx4ymyzvfg44z36yr4l87cd9mprajd7sycr2zc67ab6330rynf"))))
+ (build-system asdf-build-system/sbcl)
+ (home-page "https://gitlab.common-lisp.net/dkochmanski/2am")
+ (synopsis "Small testing framework based on 1am")
+ (description
+"Small testing framework for Common Lisp. The entire API consists of:
+@code{test}, @code{is}, @code{signals}, @code{finishes}, @code{run},
+suite and @code{setf} suite.")
+ (license license:expat))))
+
+(define-public cl-2am
+ (sbcl-package->cl-source-package sbcl-2am))
+
+(define-public ecl-2am
+ (sbcl-package->ecl-package sbcl-2am))
+
(define-public sbcl-check-it
(let ((commit "b79c9103665be3976915b56b570038f03486e62f"))
(package
--
2.37.2
next reply other threads:[~2022-09-06 12:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-06 12:31 jgart via Guix-patches via [this message]
2022-09-07 12:33 ` bug#57614: [PATCH] gnu: Add cl-2am 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=20220906123113.6197-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=57614@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.