me
/
guix
Archived
1
0
Fork 0

gnu: Add sbcl-trivia.quasiquote.

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

View File

@ -6428,3 +6428,17 @@ 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.")))
(define-public sbcl-trivia.quasiquote
(package
(inherit sbcl-trivia.level0)
(name "sbcl-trivia.quasiquote")
(inputs
`(("trivia.trivial" ,sbcl-trivia.trivial)
("fare-quasiquote" ,sbcl-fare-quasiquote)
("fare-quasiquote-readtable" ,sbcl-fare-quasiquote-readtable)))
(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 fare-quasiquote extension.")))