GNU bug report logs - #73273
[PATCH] gnu: Add sbcl-cl-bnf.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Roman Scherer <roman <at> burningswell.com>
Subject: bug#73273: closed (Re: [bug#73273] [PATCH] gnu: Add sbcl-cl-bnf.)
Date: Wed, 18 Sep 2024 12:45:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#73273: [PATCH] gnu: Add sbcl-cl-bnf.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 73273 <at> debbugs.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)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Roman Scherer <roman <at> burningswell.com>
Cc: 73273-done <at> debbugs.gnu.org
Subject: Re: [bug#73273] [PATCH] gnu: Add sbcl-cl-bnf.
Date: Wed, 18 Sep 2024 12:44:08 +0000
[Message part 3 (text/plain, inline)]
Patch applied as 40dbae7fe4de91af4eb2dae2ee88e369de83698b with some
fixes.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Roman Scherer <roman <at> burningswell.com>
To: guix-patches <at> gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>
Subject: [PATCH] gnu: Add sbcl-cl-bnf.
Date: Sun, 15 Sep 2024 10:58:54 +0200
* 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




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.