guix-commits
[Top][All Lists]
Advanced

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

13/16: gnu: Add sbcl-trivia.ppcre.


From: guix-commits
Subject: 13/16: gnu: Add sbcl-trivia.ppcre.
Date: Thu, 4 Jul 2019 13:28:12 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 3706c0a43274cef9170b42f0ac09eff96f1829a5
Author: Pierre Neidhardt <address@hidden>
Date:   Thu Jul 4 19:24:44 2019 +0200

    gnu: Add sbcl-trivia.ppcre.
    
    * gnu/packages/lisp.scm (sbcl-trivia.ppcre): New variable.
---
 gnu/packages/lisp.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 28b7ae5..daa9640 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -6415,3 +6415,16 @@ with Optima, another pattern matching library for Common 
Lisp.  It is meant to
 be faster and more extensible than Optima.
 
 This system contains the base level system of Trivia with a trivial 
optimizer.")))
+
+(define-public sbcl-trivia.ppcre
+  (package
+    (inherit sbcl-trivia.level0)
+    (name "sbcl-trivia.ppcre")
+    (inputs
+     `(("trivia.trivial" ,sbcl-trivia.trivial)
+       ("cl-ppcre" ,sbcl-cl-ppcre)))
+    (description "Trivia is a pattern matching compiler that is compatible
+with Optima, another pattern matching library for Common Lisp.  It is meant to
+be faster and more extensible than Optima.
+
+This system contains the PPCRE extention.")))



reply via email to

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