mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add sbcl-trivia.level1.
* gnu/packages/lisp.scm (sbcl-trivia.level1): New variable.
This commit is contained in:
parent
5163929e68
commit
e4e84e3db6
1 changed files with 12 additions and 0 deletions
|
@ -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
|
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.")
|
||||||
(license license:llgpl))))
|
(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.")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue