Skip to content
Snippets Groups Projects
Unverified Commit 5b22df94 authored by Pierre Neidhardt's avatar Pierre Neidhardt
Browse files

gnu: Add syntax-interpol.

* gnu/packages/lisp-xyz.scm (cl-syntax-interpol, sbcl-syntax-interpol): New variables.
parent 0627ad30
No related branches found
No related tags found
No related merge requests found
......@@ -3991,6 +3991,24 @@ (define-public sbcl-cl-syntax-annot
(define-public cl-syntax-annot
(sbcl-package->cl-source-package sbcl-cl-syntax-annot))
(define-public sbcl-cl-syntax-interpol
(package
(inherit sbcl-cl-syntax)
(name "sbcl-cl-syntax-interpol")
(arguments
'(#:asd-file "cl-syntax-interpol.asd"
#:asd-system-name "cl-syntax-interpol"))
(inputs
`(("sbcl-cl-syntax" ,sbcl-cl-syntax)
("sbcl-cl-interpol" ,sbcl-cl-interpol)))
(synopsis "Common Lisp reader Syntax for cl-interpol")
(description
"CL-SYNTAX provides reader syntax coventions for Common Lisp and
@code{cl-interpol}.")))
(define-public cl-syntax-interpol
(sbcl-package->cl-source-package sbcl-cl-syntax-interpol))
(define-public sbcl-cl-utilities
(let ((commit "dce2d2f6387091ea90357a130fa6d13a6776884b")
(revision "1"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment