3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Add sbcl-fare-quasiquote-readtable.

* gnu/packages/lisp.scm (sbcl-fare-quasiquote-readtable): New variable.
This commit is contained in:
Pierre Neidhardt 2019-07-04 19:21:45 +02:00
parent 41c42e163c
commit b72314963b
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -6292,3 +6292,16 @@ optimizing techniques widely used in the functional programming world.")
quasiquote is enable matching of quasiquoted patterns, using Optima or
Trivia.")
(license license:expat)))
(define-public sbcl-fare-quasiquote-readtable
(package
(inherit sbcl-fare-quasiquote)
(name "sbcl-fare-quasiquote-readtable")
(inputs
`(("fare-quasiquote" ,sbcl-fare-quasiquote)
("named-readtables" ,sbcl-named-readtables)))
(description "The main purpose of this n+2nd reimplementation of
quasiquote is enable matching of quasiquoted patterns, using Optima or
Trivia.
This packages uses fare-quasiquote with named-readtable.")))