gnu: Add sbcl-trivia.

* gnu/packages/lisp.scm (sbcl-trivia): New variable.
This commit is contained in:
Pierre Neidhardt 2019-07-04 19:25:12 +02:00
parent 9d4e42261e
commit 87850c05a2
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 18 additions and 0 deletions

View File

@ -6455,3 +6455,21 @@ with Optima, another pattern matching library for Common Lisp. It is meant to
be faster and more extensible than Optima. be faster and more extensible than Optima.
This system contains the CFFI foreign slot access extension."))) This system contains the CFFI foreign slot access extension.")))
(define-public sbcl-trivia
(package
(inherit sbcl-trivia.level0)
(name "sbcl-trivia")
(inputs
`(("trivia.balland2006" ,sbcl-trivia.balland2006)))
(native-inputs
`(("fiveam" ,sbcl-fiveam)
("trivia.ppcre" ,sbcl-trivia.ppcre)
("trivia.quasiquote" ,sbcl-trivia.quasiquote)
("trivia.cffi" ,sbcl-trivia.cffi)
("optima" ,sbcl-optima)))
(arguments
`(#:test-asd-file "trivia.test.asd"))
(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.")))