me
/
guix
Archived
1
0
Fork 0

gnu: Add sbcl-clump-binary-tree.

* gnu/packages/lisp-xyz.scm (sbcl-clump-binary-tree): New variable.
master
Pierre Neidhardt 2020-06-18 16:53:09 +02:00
parent ba1727b041
commit 106354eaa4
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 9 additions and 0 deletions

View File

@ -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")))