gnu: Add sbcl-trivia.ppcre.
* gnu/packages/lisp.scm (sbcl-trivia.ppcre): New variable.
This commit is contained in:
parent
9d450c6d42
commit
3706c0a432
|
@ -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.")))
|
||||
|
|
Loading…
Reference in New Issue