* [bug#55995] [PATCH] gnu: Add cl-policy-cond.
@ 2022-06-15 12:09 Paul A. Patience
2022-06-16 12:58 ` bug#55995: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2022-06-15 12:09 UTC (permalink / raw)
To: 55995; +Cc: Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-policy-cond, cl-policy-cond,
ecl-policy-cond): New variables.
---
gnu/packages/lisp-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index c3b14135a3..a0b5c0c8c7 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15463,6 +15463,36 @@ (define-public ecl-computable-reals
(define-public cl-computable-reals
(sbcl-package->cl-source-package sbcl-computable-reals))
+(define-public sbcl-policy-cond
+ (let ((commit "eedb625520175bfdf44d385ff3b21039b7f75706")
+ (revision "0"))
+ (package
+ (name "sbcl-policy-cond")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/stylewarning/policy-cond")
+ (commit commit)))
+ (file-name (git-file-name "cl-policy-cond" version))
+ (sha256
+ (base32 "0xj2a6lcg7i7g4038sc4f641din6m8vdiha8c5afz9fik80bshxk"))))
+ (build-system asdf-build-system/sbcl)
+ (home-page "https://github.com/stylewarning/policy-cond")
+ (synopsis "Insert code based on compiler policy")
+ (description "POLICY-COND provides tools to insert and execute code
+based on a compiler's OPTIMIZE policy. It also contains a contract-like notion
+of expectations, which allow dynamic checking or inclusion of various things
+that should happen depending on compiler policy.")
+ (license license:bsd-3))))
+
+(define-public cl-policy-cond
+ (sbcl-package->cl-source-package sbcl-policy-cond))
+
+(define-public ecl-policy-cond
+ (sbcl-package->ecl-package sbcl-policy-cond))
+
(define-public sbcl-html-template
(package
(name "sbcl-html-template")
--
2.36.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#55995: [PATCH] gnu: Add cl-policy-cond.
2022-06-15 12:09 [bug#55995] [PATCH] gnu: Add cl-policy-cond Paul A. Patience
@ 2022-06-16 12:58 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-06-16 12:58 UTC (permalink / raw)
To: Paul A. Patience; +Cc: 55995-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 59ec9e3f3eb60a53cde5b6b90094927e11e62d8a.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-16 13:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-15 12:09 [bug#55995] [PATCH] gnu: Add cl-policy-cond Paul A. Patience
2022-06-16 12:58 ` bug#55995: " Guillaume Le Vaillant
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.