* [bug#59374] [PATCH] gnu: Add cl-dot.
@ 2022-11-19 3:55 Paul A. Patience
2022-11-19 12:01 ` bug#59374: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2022-11-19 3:55 UTC (permalink / raw)
To: 59374; +Cc: Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-cl-dot, cl-dot, ecl-cl-dot): New
variables.
---
gnu/packages/lisp-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b1985f09ff..1498a9657d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1946,6 +1946,35 @@ (define-public cl-hu.dwim.graphviz
(define-public ecl-hu.dwim.graphviz
(sbcl-package->ecl-package sbcl-hu.dwim.graphviz))
+(define-public sbcl-cl-dot
+ (let ((commit "73dfbb6e015a28ebed873266e4e8190e509b43de")
+ (revision "0"))
+ (package
+ (name "sbcl-cl-dot")
+ (version (git-version "0.9.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/michaelw/cl-dot")
+ (commit commit)))
+ (file-name (git-file-name "cl-dot" version))
+ (sha256
+ (base32 "0mcvzqfcg5rzr8rz8aa2yr2jl3ifflaksvps08zj71hbhiacqpxa"))))
+ (build-system asdf-build-system/sbcl)
+ (home-page "https://github.com/michaelw/cl-dot")
+ (synopsis "Generate Graphviz dot output from arbitrary Lisp data")
+ (description
+ "CL-DOT is a Common Lisp library for generating Graphviz dot output from
+arbitrary Lisp data.")
+ (license license:expat))))
+
+(define-public cl-dot
+ (sbcl-package->cl-source-package sbcl-cl-dot))
+
+(define-public ecl-cl-dot
+ (sbcl-package->ecl-package sbcl-cl-dot))
+
(define-public sbcl-babel
;; No release since 2014.
(let ((commit "f892d0587c7f3a1e6c0899425921b48008c29ee3")
--
2.38.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#59374: [PATCH] gnu: Add cl-dot.
2022-11-19 3:55 [bug#59374] [PATCH] gnu: Add cl-dot Paul A. Patience
@ 2022-11-19 12:01 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-11-19 12:01 UTC (permalink / raw)
To: Paul A. Patience; +Cc: 59374-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as c3ba1c04a4a7579460a5db84d99eccaba92fea54.
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-11-19 12:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-19 3:55 [bug#59374] [PATCH] gnu: Add cl-dot Paul A. Patience
2022-11-19 12:01 ` bug#59374: " 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.