guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/09: gnu: Add sbcl-clump-binary-tree.


From: guix-commits
Subject: 08/09: gnu: Add sbcl-clump-binary-tree.
Date: Thu, 18 Jun 2020 11:19:46 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 106354eaa42ceb83cf1eff66aee220531452a5c4
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Thu Jun 18 16:53:09 2020 +0200

    gnu: Add sbcl-clump-binary-tree.
    
    * gnu/packages/lisp-xyz.scm (sbcl-clump-binary-tree): New variable.
---
 gnu/packages/lisp-xyz.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index eed2026..cf5e763 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -12010,3 +12010,12 @@ the concrete representation is exposed, but also high 
level interfaces
 where the trees can be used as search trees or as trees that represent
 sequences of objects.")
       (license license:bsd-2))))
+
+(define-public sbcl-clump-binary-tree
+  (package
+    (inherit sbcl-clump-2-3-tree)
+    (name "sbcl-clump-binary-tree")
+    (arguments
+     '(#:asd-file "Binary-tree/clump-binary-tree.asd"
+       #:asd-system-name "clump-binary-tree"))
+    (synopsis "Implementation of binary trees for Common Lisp")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]