gnu: Add sbcl-trivia.level1.

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

View File

@ -6331,3 +6331,15 @@ This packages uses fare-quasiquote with named-readtable.")))
with Optima, another pattern matching library for Common Lisp. It is meant to
be faster and more extensible than Optima.")
(license license:llgpl))))
(define-public sbcl-trivia.level1
(package
(inherit sbcl-trivia.level0)
(name "sbcl-trivia.level1")
(inputs
`(("trivia.level0" ,sbcl-trivia.level0)))
(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 core patterns of Trivia.")))