guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: Add cl-paths.


From: guix-commits
Subject: 02/08: gnu: Add cl-paths.
Date: Sun, 5 Jan 2020 14:45:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b571dfdb46747005d7f3f9f883d31c78a0e8488a
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 4 22:51:14 2020 +0100

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

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 730f5d0..34e8cd5 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -427,6 +427,22 @@ algorithm from the @url{http://antigrain.com, Antigrain} 
project.")
 (define-public cl-aa
   (sbcl-package->cl-source-package sbcl-cl-aa))
 
+(define-public sbcl-cl-paths
+  (package
+    (inherit sbcl-cl-aa)
+    (name "sbcl-cl-paths")
+    (arguments '(#:asd-file "cl-paths.asd"))
+    (synopsis "Facilities to create and manipulate vectorial paths")
+    (description
+     "This package provides facilities to create and manipulate vectorial
+paths.")))
+
+(define-public ecl-cl-paths
+  (sbcl-package->ecl-package sbcl-cl-paths))
+
+(define-public cl-paths
+  (sbcl-package->cl-source-package sbcl-cl-paths))
+
 (define-public sbcl-clx
   (package
     (name "sbcl-clx")



reply via email to

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