unofficial mirror of guix-patches@gnu.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 3/5] gnu: Add cl-assert-p.
Date: Tue, 22 Nov 2022 22:30:58 +0000	[thread overview]
Message-ID: <20221122223100.32264-3-sharlatanus@gmail.com> (raw)
In-Reply-To: <20221122223100.32264-1-sharlatanus@gmail.com>

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

diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm
index 2d447533d9..9b22b195b5 100644
--- a/gnu/packages/lisp-check.scm
+++ b/gnu/packages/lisp-check.scm
@@ -123,6 +123,32 @@ (define-public ecl-assertion-error
 (define-public cl-assertion-error
   (sbcl-package->cl-source-package sbcl-assertion-error))
 
+(define-public sbcl-assert-p
+  (package
+    (name "sbcl-assert-p")
+    (version "1.0.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/noloop/assert-p")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name "assert-p" version))
+       (sha256
+        (base32 "1x24rkqkqiw8zd26swi9rmhfplkmr5scz3bhjwccah9d2s36b1xs"))))
+    (build-system asdf-build-system/sbcl)
+    (inputs (list sbcl-assertion-error sbcl-simplet))
+    (home-page "https://github.com/noloop/assert-p")
+    (synopsis "Common Lisp assertion library")
+    (description "This package provides a Common Lisp collection of assertions.")
+    (license license:gpl3)))
+
+(define-public ecl-assert-p
+  (sbcl-package->ecl-package sbcl-assert-p))
+
+(define-public cl-assert-p
+  (sbcl-package->cl-source-package sbcl-assert-p))
+
 (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   ` Sharlatan Hellseher [this message]
2022-11-22 22:30   ` [bug#59494] [PATCH 4/5] gnu: Add cl-eventbus Sharlatan Hellseher
2022-11-22 22:31   ` [bug#59494] [PATCH 5/5] gnu: Add cl-cacau Sharlatan Hellseher
2022-11-23 10:00 ` [bug#59494] [PATCH 0/5] " 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221122223100.32264-3-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 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).