all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 59494@debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus@gmail.com>
Subject: [bug#59494] [PATCH 5/5] gnu: Add cl-cacau.
Date: Tue, 22 Nov 2022 22:31:00 +0000	[thread overview]
Message-ID: <20221122223100.32264-5-sharlatanus@gmail.com> (raw)
In-Reply-To: <20221122223100.32264-1-sharlatanus@gmail.com>

* gnu/packages/lisp-check.scm (cl-cacau, ecl-cacau, sbcl-cacau): New variables.
---
 gnu/packages/lisp-check.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm
index 9b22b195b5..038ca1f18b 100644
--- a/gnu/packages/lisp-check.scm
+++ b/gnu/packages/lisp-check.scm
@@ -149,6 +149,35 @@ (define-public ecl-assert-p
 (define-public cl-assert-p
   (sbcl-package->cl-source-package sbcl-assert-p))
 
+(define-public sbcl-cacau
+  (package
+    (name "sbcl-cacau")
+    (version "1.0.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/noloop/cacau")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name "cacau" version))
+       (sha256
+        (base32 "0m8v1xw68cr5ldv045rxgvnhigr4iahh7v6v32z6xlq2sj6r55x0"))))
+    (build-system asdf-build-system/sbcl)
+    (native-inputs (list sbcl-assert-p))
+    (inputs (list sbcl-assertion-error sbcl-eventbus))
+    (home-page "https://github.com/noloop/cacau")
+    (synopsis "Comon Lisp test runner")
+    (description
+     "This package provides a Common Lisp testing framework system CACAU which was
+built to be independent of assertions systems.")
+    (license license:gpl3)))
+
+(define-public ecl-cacau
+  (sbcl-package->ecl-package sbcl-cacau))
+
+(define-public cl-cacau
+  (sbcl-package->cl-source-package sbcl-cacau))
+
 (define-public sbcl-check-it
   (let ((commit "b79c9103665be3976915b56b570038f03486e62f"))
     (package
-- 
2.38.0





  parent reply	other threads:[~2022-11-22 22:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-22 22:23 [bug#59494] [PATCH 0/5] gnu: Add cl-cacau Sharlatan Hellseher
2022-11-22 22:30 ` [bug#59494] [PATCH 1/5] gnu: Add cl-simplet Sharlatan Hellseher
2022-11-22 22:30   ` [bug#59494] [PATCH 2/5] gnu: Add cl-assertion-error Sharlatan Hellseher
2022-11-22 22:30   ` [bug#59494] [PATCH 3/5] gnu: Add cl-assert-p Sharlatan Hellseher
2022-11-22 22:30   ` [bug#59494] [PATCH 4/5] gnu: Add cl-eventbus Sharlatan Hellseher
2022-11-22 22:31   ` Sharlatan Hellseher [this message]
2022-11-23 10:00 ` [bug#59494] [PATCH 0/5] gnu: Add cl-cacau Christopher Baines

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=20221122223100.32264-5-sharlatanus@gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=59494@debbugs.gnu.org \
    /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.