From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 57619@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#57619] [PATCH] gnu: Add cl-rucksack.
Date: Tue, 6 Sep 2022 08:07:40 -0500 [thread overview]
Message-ID: <20220906130740.8359-1-jgart@dismail.de> (raw)
* gnu/packages/lisp-xyz.scm (cl-rucksack): New variable.
---
gnu/packages/lisp-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 6410ba9b1a..8372a154b6 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -22565,6 +22565,37 @@ (define-public cl-mathkit
(define-public ecl-mathkit
(sbcl-package->ecl-package sbcl-mathkit))
+(define-public sbcl-rucksack
+ (let ((commit "89278f88513ef328d290aa8b2baa06d63b44a9b1")
+ (revision "0"))
+ (package
+ (name "sbcl-rucksack")
+ (version (git-version "20110502" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/arieltan/rucksack")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0acpsxaxpp90km7gdbn9sysilycp3yg1g040fg1vqakpj2yb8vad"))))
+ (build-system asdf-build-system/sbcl)
+ (arguments
+ `(#:asd-systems '("rucksack" "rucksack-test")))
+ (synopsis "Flexible, light weight, persistence library")
+ (description
+"The @code{cl-rucksack} is a persistence library based on Arthur Lemmens's
+Rucksack with some enhancements.")
+ (home-page "https://github.com/arieltan/rucksack/")
+ (license license:expat))))
+
+(define-public cl-rucksack
+ (sbcl-package->cl-source-package sbcl-rucksack))
+
+(define-public ecl-rucksack
+ (sbcl-package->ecl-package sbcl-rucksack))
+
(define-public sbcl-sdl2kit
(let ((commit "aae663224a10ece2b0c374aa5942a3f0bc1b3c2f"))
(package
--
2.37.2
next reply other threads:[~2022-09-06 14:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-06 13:07 jgart via Guix-patches via [this message]
2022-09-07 12:38 ` bug#57619: [PATCH] gnu: Add cl-rucksack 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220906130740.8359-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=57619@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 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.