all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Roman Scherer <roman@burningswell.com>
To: 73273@debbugs.gnu.org
Cc: Roman Scherer <roman@burningswell.com>,
	Guillaume Le Vaillant <glv@posteo.net>,
	Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	Sharlatan Hellseher <sharlatanus@gmail.com>,
	jgart <jgart@dismail.de>
Subject: [bug#73273] [PATCH] gnu: Add sbcl-cl-bnf.
Date: Sun, 15 Sep 2024 10:58:54 +0200	[thread overview]
Message-ID: <fc688c3685b7247dda541dd10b7f0e7452522a2a.1726390694.git.roman@burningswell.com> (raw)

* gnu/packages/lisp-xyz.scm (sbcl-cl-bnf): New variable.

Change-Id: Ib37a839feff579753d7f11c0fdb212dbb685773a
---
 gnu/packages/lisp-xyz.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 06f4b313b6..ddd419c70f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2093,6 +2093,35 @@ (define-public cl-blackbird
 (define-public ecl-blackbird
   (sbcl-package->ecl-package sbcl-blackbird))
 
+(define-public sbcl-cl-bnf
+  (let ((commit "62153c4493dc0583e1dcfbed07d6bcf77b9ec303")
+        (revision "0"))
+    (package
+      (name "sbcl-cl-bnf")
+      (version (git-version "0.0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/diasbruno/cl-bnf")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "05lskaz5kwl4sk8mb13l4kvr3q0q56dyarmznpp1cjpan6rdyr4x"))))
+      (build-system asdf-build-system/sbcl)
+      (inputs (list sbcl-flexi-streams sbcl-utf8-input-stream))
+      (home-page "https://github.com/diasbruno/cl-bnf")
+      (synopsis "BNF parser in Common Lisp")
+      (description "This package provides a @acronym{BNF, Backus–Naur form}
+parser in Common Lisp.")
+      (license (list license:expat)))))
+
+(define-public cl-bnf
+  (sbcl-package->cl-source-package sbcl-cl-bnf))
+
+(define-public ecl-cl-bnf
+  (sbcl-package->cl-source-package sbcl-cl-bnf))
+
 (define-public sbcl-bobbin
   (let ((commit "b454e8241b24ceab674eeeae464c8082b1b6d8ce")
         (revision "0"))

base-commit: 66611696975409a52478b95a862a464daeaefe2a
prerequisite-patch-id: c958f385f8202c80248a545cf194affba3a2d072
-- 
2.46.0





             reply	other threads:[~2024-09-15  9:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-15  8:58 Roman Scherer [this message]
2024-09-18 12:44 ` bug#73273: [PATCH] gnu: Add sbcl-cl-bnf Guillaume Le Vaillant

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=fc688c3685b7247dda541dd10b7f0e7452522a2a.1726390694.git.roman@burningswell.com \
    --to=roman@burningswell.com \
    --cc=73273@debbugs.gnu.org \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=glv@posteo.net \
    --cc=jgart@dismail.de \
    --cc=me@bonfacemunyoki.com \
    --cc=sharlatanus@gmail.com \
    /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.