me
/
guix
Archived
1
0
Fork 0

gnu: Add sbcl-trivia.level2.

* gnu/packages/lisp.scm (sbcl-trivia.level2): New variable.
master
Pierre Neidhardt 2019-07-04 19:23:58 +02:00
parent e4e84e3db6
commit 49df8a0ae8
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 16 additions and 0 deletions

View File

@ -6343,3 +6343,19 @@ 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 core patterns of Trivia."))) This system contains the core patterns of Trivia.")))
(define-public sbcl-trivia.level2
(package
(inherit sbcl-trivia.level0)
(name "sbcl-trivia.level2")
(inputs
`(("trivia.level1" ,sbcl-trivia.level1)
("lisp-namespace" ,sbcl-lisp-namespace)
("trivial-cltl2" ,sbcl-trivial-cltl2)
("closer-mop" ,sbcl-closer-mop)))
(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 a non-optimized pattern matcher compatible with Optima,
with extensible optimizer interface.")))