all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57619] [PATCH] gnu: Add cl-rucksack.
@ 2022-09-06 13:07 jgart via Guix-patches via
  2022-09-07 12:38 ` bug#57619: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-09-06 13:07 UTC (permalink / raw)
  To: 57619; +Cc: jgart

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57619: [PATCH] gnu: Add cl-rucksack.
  2022-09-06 13:07 [bug#57619] [PATCH] gnu: Add cl-rucksack jgart via Guix-patches via
@ 2022-09-07 12:38 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-09-07 12:38 UTC (permalink / raw)
  To: jgart; +Cc: 57619-done

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

Patch pushed as 94c6e683108e55a1eeb73e62ee3794d5ed95d816 without the
ecl-rucksack variant (when building there's an error message indicating
that ECL is not supported).
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-09-07 12:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06 13:07 [bug#57619] [PATCH] gnu: Add cl-rucksack jgart via Guix-patches via
2022-09-07 12:38 ` bug#57619: " 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.