guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/16: gnu: Add sbcl-trivia.quasiquote.


From: guix-commits
Subject: 14/16: gnu: Add sbcl-trivia.quasiquote.
Date: Thu, 4 Jul 2019 13:28:12 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 9b5e5eafc6e7d7766dee56186dd9487bc9825c9e
Author: Pierre Neidhardt <address@hidden>
Date:   Thu Jul 4 19:24:55 2019 +0200

    gnu: Add sbcl-trivia.quasiquote.
    
    * gnu/packages/lisp.scm (sbcl-trivia.quasiquote): New variable.
---
 gnu/packages/lisp.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index daa9640..306602f 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -6428,3 +6428,17 @@ with Optima, another pattern matching library for Common 
Lisp.  It is meant to
 be faster and more extensible than Optima.
 
 This system contains the PPCRE extention.")))
+
+(define-public sbcl-trivia.quasiquote
+  (package
+    (inherit sbcl-trivia.level0)
+    (name "sbcl-trivia.quasiquote")
+    (inputs
+     `(("trivia.trivial" ,sbcl-trivia.trivial)
+       ("fare-quasiquote" ,sbcl-fare-quasiquote)
+       ("fare-quasiquote-readtable" ,sbcl-fare-quasiquote-readtable)))
+    (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 fare-quasiquote extension.")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]