unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58695] [PATCH] gnu: Add cl-eris.
@ 2022-10-22  0:31 jgart via Guix-patches via
  2022-10-22  0:36 ` [bug#58695] [PATCH v2] " jgart via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-10-22  0:31 UTC (permalink / raw)
  To: 58695; +Cc: jgart

* gnu/packages/lisp-xyz.scm (cl-eris, ecl-eris, sbcl-eris): New variables.
---
 gnu/packages/lisp-xyz.scm | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b474a0f2b7..dc4b7b197a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -21850,6 +21850,44 @@ (define-public cl-simple-routes
 (define-public ecl-simple-routes
   (sbcl-package->ecl-package sbcl-simple-routes))
 
+(define-public sbcl-eris
+  (package
+    (name "sbcl-eris")
+    (version "0.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://git.ykonai.net/eris-cl")
+             (commit version)))
+       (file-name (git-file-name "eris" version))
+       (sha256
+        (base32 "0qm74ld70aic39giamvix88500flv86047a82rx9gkjwaisf58rc"))))
+    (build-system asdf-build-system/sbcl)
+    (native-inputs (list sbcl-fiveam))
+    (inputs
+     (list sbcl-alexandria
+           sbcl-serapeum
+           sbcl-trivial-gray-streams
+           sbcl-function-cache
+           sbcl-bordeaux-threads
+           sbcl-osicat
+           sbcl-mmap
+           sbcl-ironclad))
+    (home-page "https://git.ykonai.net/eris-cl/")
+    (synopsis "ERIS implementation for Common Lisp")
+    (description
+"Common Lisp implementation of the Encoding for Robust Immutable Storage
+specification (ERIS).")
+    (license license:lgpl3+)))
+
+(define-public ecl-eris
+  (sbcl-package->ecl-package sbcl-eris))
+
+(define-public cl-eris
+  (sbcl-package->cl-source-package sbcl-eris))
+
+
 (define-public sbcl-cl-ipfs-api2
   (let ((commit "3ee52c80023bcc662f7d01276ea0a5814bd0011b")
         (revision "0"))
-- 
2.38.1





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

end of thread, other threads:[~2022-10-24 12:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-22  0:31 [bug#58695] [PATCH] gnu: Add cl-eris jgart via Guix-patches via
2022-10-22  0:36 ` [bug#58695] [PATCH v2] " jgart via Guix-patches via
2022-10-24 12:15   ` bug#58695: " Guillaume Le Vaillant

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).