* [bug#57443] [PATCH] gnu: Add sbcl-data-lens.
@ 2022-08-27 3:37 jgart via Guix-patches via
2022-09-04 13:45 ` [bug#57443] [PATCH v2] gnu: Add cl-data-lens jgart via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-08-27 3:37 UTC (permalink / raw)
To: 57443; +Cc: jgart
* gnu/packages/lisp-xyz.scm (sbcl-data-lens): New variable.
---
gnu/packages/lisp-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 6018c4deff..27d53449e6 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -22812,6 +22812,42 @@ (define-public cl-ospm
(cons (list "osicat" cl-osicat)
(package-inputs pkg))))))
+(define-public sbcl-data-lens
+ (let ((commit "801bc1e0331f19fdc38be314c86ccac9362fde78")
+ (revision "0"))
+ (package
+ (name "sbcl-data-lens")
+ (version (git-version "20210118" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/fiddlerwoaroof/data-lens")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1w4rvhcnss037q0bb1j70kdlhfh9085hy95d9q56sk519alhzhrp"))))
+ (build-system asdf-build-system/sbcl)
+ (arguments
+ `(#:asd-systems '("data-lens")))
+ (native-inputs (list sbcl-fiveam))
+ (inputs
+ (list sbcl-cl-ppcre
+ sbcl-alexandria
+ sbcl-serapeum))
+ (synopsis "Functional utilities for Common Lisp")
+ (description
+"The @code{cl-data-lens} library provides a language for expressing data
+manipulations as the composition of more primitive operations.")
+ (home-page "https://fiddlerwoaroof.github.io/data-lens/")
+ (license license:asl2.0))))
+
+(define-public cl-data-lens
+ (sbcl-package->cl-source-package sbcl-data-lens))
+
+(define-public ecl-data-lens
+ (sbcl-package->ecl-package sbcl-data-lens))
+
(define-public sbcl-ndebug
(package
(name "sbcl-ndebug")
--
2.37.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#57443] [PATCH v2] gnu: Add cl-data-lens.
2022-08-27 3:37 [bug#57443] [PATCH] gnu: Add sbcl-data-lens jgart via Guix-patches via
@ 2022-09-04 13:45 ` jgart via Guix-patches via
2022-09-05 9:00 ` bug#57443: " Guillaume Le Vaillant
0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-09-04 13:45 UTC (permalink / raw)
To: 57443; +Cc: jgart
* gnu/packages/lisp-xyz.scm (cl-data-lens): New variable.
v2: Just fixing the commit message.
all best,
jgart
---
gnu/packages/lisp-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 41e6daa73c..1e6222a992 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -22843,6 +22843,42 @@ (define-public cl-ospm
(cons (list "osicat" cl-osicat)
(package-inputs pkg))))))
+(define-public sbcl-data-lens
+ (let ((commit "801bc1e0331f19fdc38be314c86ccac9362fde78")
+ (revision "0"))
+ (package
+ (name "sbcl-data-lens")
+ (version (git-version "20210118" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/fiddlerwoaroof/data-lens")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1w4rvhcnss037q0bb1j70kdlhfh9085hy95d9q56sk519alhzhrp"))))
+ (build-system asdf-build-system/sbcl)
+ (arguments
+ `(#:asd-systems '("data-lens")))
+ (native-inputs (list sbcl-fiveam))
+ (inputs
+ (list sbcl-cl-ppcre
+ sbcl-alexandria
+ sbcl-serapeum))
+ (synopsis "Functional utilities for Common Lisp")
+ (description
+"The @code{cl-data-lens} library provides a language for expressing data
+manipulations as the composition of more primitive operations.")
+ (home-page "https://fiddlerwoaroof.github.io/data-lens/")
+ (license license:asl2.0))))
+
+(define-public cl-data-lens
+ (sbcl-package->cl-source-package sbcl-data-lens))
+
+(define-public ecl-data-lens
+ (sbcl-package->ecl-package sbcl-data-lens))
+
(define-public sbcl-ndebug
(package
(name "sbcl-ndebug")
--
2.37.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#57443: [PATCH v2] gnu: Add cl-data-lens.
2022-09-04 13:45 ` [bug#57443] [PATCH v2] gnu: Add cl-data-lens jgart via Guix-patches via
@ 2022-09-05 9:00 ` Guillaume Le Vaillant
0 siblings, 0 replies; 3+ messages in thread
From: Guillaume Le Vaillant @ 2022-09-05 9:00 UTC (permalink / raw)
To: jgart; +Cc: 57443-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 8e85920cb73966d10c41b82a4bb48a4df16498e2.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-09-05 9:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-27 3:37 [bug#57443] [PATCH] gnu: Add sbcl-data-lens jgart via Guix-patches via
2022-09-04 13:45 ` [bug#57443] [PATCH v2] gnu: Add cl-data-lens jgart via Guix-patches via
2022-09-05 9:00 ` bug#57443: " 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.