unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46893] [PATCH 9/9] - added esrap, packrat parser generator for common lisp.
@ 2021-03-03 15:24 cage
  0 siblings, 0 replies; only message in thread
From: cage @ 2021-03-03 15:24 UTC (permalink / raw)
  To: 46893

---
 gnu/packages/lisp-xyz.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index d0699fa57a..cb225335cf 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15057,3 +15057,35 @@ protocol for Mastodon.")
 
 (define-public cl-percent-encoding
   (sbcl-package->cl-source-package sbcl-percent-encoding))
+
+(define-public sbcl-esrap
+  (let ((commit "da6b24fb18bdb8e7e177bcf2820cdaf0b560deb6")
+        (revision "1"))
+    (package
+      (name "sbcl-esrap")
+      (version (git-version "0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/scymtym/esrap")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "12vf3bxwzf8icnf6rw1xalvm7493cfbb46r2vlhc09s59djkf39q"))))
+      (build-system asdf-build-system/sbcl)
+      (arguments
+       '(#:tests? #f
+         #:asd-systems '("esrap")))
+      (inputs
+       `(("sbcl-alexandria"  ,sbcl-alexandria)))
+      (synopsis "Common Lisp packrat parser")
+      (description "Common Lisp packrat parser")
+      (home-page "https://github.com/scymtym/esrap")
+      (license license:x11))))
+
+(define-public ecl-esrap
+  (sbcl-package->ecl-package sbcl-esrap))
+
+(define-public cl-esrap
+  (sbcl-package->cl-source-package sbcl-esrap))
-- 
2.30.1





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-03 15:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03 15:24 [bug#46893] [PATCH 9/9] - added esrap, packrat parser generator for common lisp cage

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).