* [bug#61983] [PATCH] gnu: Add cl-trucler.
@ 2023-03-05 16:07 Paul A. Patience
2023-03-07 10:36 ` bug#61983: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2023-03-05 16:07 UTC (permalink / raw)
To: 61983; +Cc: Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-trucler, cl-trucler, ecl-trucler): New
variables.
---
gnu/packages/lisp-xyz.scm | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index a8792dee52..837a6e07b4 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -16779,6 +16779,45 @@ (define-public ecl-eclector
(define-public cl-eclector
(sbcl-package->cl-source-package sbcl-eclector))
+(define-public sbcl-trucler
+ (let ((commit "167199797eb3e2e9d9d3e1fe6e11948c663ce7e2")
+ (revision "0"))
+ (package
+ (name "sbcl-trucler")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/s-expressionists/Trucler")
+ (commit commit)))
+ (file-name (git-file-name "cl-trucler" commit))
+ (sha256
+ (base32 "0ra1phwy0vn4xrm5i1dvq9205m6s9fl0sr0rpiz3xjykxyl9mzms"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs
+ (list sbcl-acclimation))
+ (arguments
+ '(#:asd-systems '("trucler"
+ "trucler-base"
+ "trucler-native"
+ "trucler-reference")))
+ (home-page "https://github.com/s-expressionists/Trucler")
+ (synopsis "Environment protocol for Common Lisp compilers")
+ (description
+ "Trucler defines a CLOS-based protocol to be used by Common Lisp
+compilers for environment query and update. In addition, library authors can
+use the @code{trucler-native} interface to inspect native environments.
+Trucler supports introspection for variables, functions, tags, blocks and
+optimization policies.")
+ (license license:bsd-2))))
+
+(define-public cl-trucler
+ (sbcl-package->cl-source-package sbcl-trucler))
+
+(define-public ecl-trucler
+ (sbcl-package->ecl-package sbcl-trucler))
+
(define-public sbcl-incless
(let ((commit "395accf484ffdff70f20b941f322e8329c585ca7")
(revision "0"))
--
2.39.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#61983: [PATCH] gnu: Add cl-trucler.
2023-03-05 16:07 [bug#61983] [PATCH] gnu: Add cl-trucler Paul A. Patience
@ 2023-03-07 10:36 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-03-07 10:36 UTC (permalink / raw)
To: Paul A. Patience; +Cc: 61983-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 682b87d5698a8f9061bafb8493a49ffd6d866ab7.
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:[~2023-03-07 10:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-05 16:07 [bug#61983] [PATCH] gnu: Add cl-trucler Paul A. Patience
2023-03-07 10:36 ` bug#61983: " 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.