gnu: Add sbcl-trivia.ppcre.

* gnu/packages/lisp.scm (sbcl-trivia.ppcre): New variable.
This commit is contained in:
Pierre Neidhardt 2019-07-04 19:24:44 +02:00
parent 9d450c6d42
commit 3706c0a432
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 13 additions and 0 deletions

View File

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