mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: Add sbcl-trivia.cffi.
* gnu/packages/lisp.scm (sbcl-trivia.cffi): New variable.
This commit is contained in:
parent
9b5e5eafc6
commit
9d4e42261e
1 changed files with 13 additions and 0 deletions
|
@ -6442,3 +6442,16 @@ 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.")))
|
||||
|
||||
(define-public sbcl-trivia.cffi
|
||||
(package
|
||||
(inherit sbcl-trivia.level0)
|
||||
(name "sbcl-trivia.cffi")
|
||||
(inputs
|
||||
`(("cffi" ,sbcl-cffi)
|
||||
("trivia.trivial" ,sbcl-trivia.trivial)))
|
||||
(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 CFFI foreign slot access extension.")))
|
||||
|
|
Loading…
Reference in a new issue