GNU bug report logs -
#73273
[PATCH] gnu: Add sbcl-cl-bnf.
Previous Next
Reported by: Roman Scherer <roman <at> burningswell.com>
Date: Sun, 15 Sep 2024 09:00:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 18 Sep 2024 12:44:08 +0000
with message-id <871q1hqgh3.fsf <at> kitej>
and subject line Re: [bug#73273] [PATCH] gnu: Add sbcl-cl-bnf.
has caused the debbugs.gnu.org bug report #73273,
regarding [PATCH] gnu: Add sbcl-cl-bnf.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
73273: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73273
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Patch applied as 40dbae7fe4de91af4eb2dae2ee88e369de83698b with some
fixes.
Thanks.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 242 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.