all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: cage <cage-dev@twistfold.it>
To: 46893@debbugs.gnu.org
Subject: [bug#46893] [PATCH 9/9] - added esrap, packrat parser generator for common lisp.
Date: Wed, 3 Mar 2021 16:24:59 +0100	[thread overview]
Message-ID: <YD+qSzhj9uw1eHwg@kurosawa.casa.net> (raw)

---
 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





                 reply	other threads:[~2021-03-03 15:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YD+qSzhj9uw1eHwg@kurosawa.casa.net \
    --to=cage-dev@twistfold.it \
    --cc=46893@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.