* [bug#57614] [PATCH] gnu: Add cl-2am.
@ 2022-09-06 12:31 jgart via Guix-patches via
2022-09-07 12:33 ` bug#57614: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-09-06 12:31 UTC (permalink / raw)
To: 57614; +Cc: jgart
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-07 12:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-06 12:31 [bug#57614] [PATCH] gnu: Add cl-2am jgart via Guix-patches via
2022-09-07 12:33 ` bug#57614: " Guillaume Le Vaillant
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).