* [bug#46895] [PATCH 2/9] - added cl-spark, TUI histogram plotter.
@ 2021-03-03 15:21 cage
2021-03-04 10:19 ` Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2021-03-03 15:21 UTC (permalink / raw)
To: 46895
---
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 6ee15b0ffb..6238f6133a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14827,3 +14827,33 @@ protocol for Mastodon.")
(define-public cl-croatoan
(sbcl-package->cl-source-package sbcl-croatoan))
+
+(define-public sbcl-cl-spark
+ (let ((commit "4e34bcebdcf8e45265986eb43ad4ad03bb41a581")
+ (revision "1"))
+ (package
+ (name "sbcl-cl-spark")
+ (version (git-version "0.1.13" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tkych/cl-spark")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0my1fsgi2rjaqkpk934f2bjy63pmnj7faza3fzvnk6k3l66y19nk"))))
+ (build-system asdf-build-system/sbcl)
+ (arguments
+ '(#:asd-systems '("cl-spark")))
+ (inputs `(("sbcl-fiveam" ,sbcl-fiveam)))
+ (synopsis "Library to write histogram using utf-8 block characters")
+ (description "Library to write histogram using utf-8 block characters")
+ (home-page "https://github.com/tkych/cl-spark")
+ (license license:x11))))
+
+(define-public ecl-cl-spark
+ (sbcl-package->ecl-package sbcl-cl-spark))
+
+(define-public cl-spark
+ (sbcl-package->cl-source-package sbcl-cl-spark))
--
2.30.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#46895] [PATCH 2/9] - added cl-spark, TUI histogram plotter.
2021-03-03 15:21 [bug#46895] [PATCH 2/9] - added cl-spark, TUI histogram plotter cage
@ 2021-03-04 10:19 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-03-04 10:19 UTC (permalink / raw)
To: cage; +Cc: 46895-done
[-- Attachment #1: Type: text/plain, Size: 90 bytes --]
Patch pushed as c1b8219d3858408cb487a5ce37f448c9b5aface5 with some
modifications.
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:[~2021-03-04 10:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-03 15:21 [bug#46895] [PATCH 2/9] - added cl-spark, TUI histogram plotter cage
2021-03-04 10:19 ` 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.