From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 57443@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#57443] [PATCH] gnu: Add sbcl-data-lens.
Date: Fri, 26 Aug 2022 22:37:45 -0500 [thread overview]
Message-ID: <20220827033745.16578-1-jgart@dismail.de> (raw)
* 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
next reply other threads:[~2022-08-27 3:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-27 3:37 jgart via Guix-patches via [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220827033745.16578-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=57443@debbugs.gnu.org \
--cc=jgart@dismail.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).