GNU bug report logs - #57740
[PATCH] gnu: Add cl-meta.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Sun, 11 Sep 2022 18:43:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57740 in the body.
You can then email your comments to 57740 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57740; Package guix-patches. (Sun, 11 Sep 2022 18:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 11 Sep 2022 18:43:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: Add cl-meta.
Date: Sun, 11 Sep 2022 13:42:27 -0500
* gnu/packages/lisp-xyz.scm (cl-meta, ecl-meta, sbcl-meta): New variables.
---
 gnu/packages/lisp-xyz.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2a961e05df..00e8001899 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -320,6 +320,37 @@ (define-public ecl-bodge-utilities
 (define-public cl-bodge-utilities
   (sbcl-package->cl-source-package sbcl-bodge-utilities))
 
+(define-public sbcl-meta
+  (let ((commit "74faea662139fbbfb9c99341aaed989f5b0e9da3")
+        (revision "0"))
+    (package
+      (name "sbcl-meta")
+      (version (git-version "1.0.0" revision commit ))
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                (url "https://gitlab.common-lisp.net/frideau/meta")
+                (commit commit)))
+          (file-name (git-file-name name version))
+          (sha256
+           (base32 "08s53zj3mcx82kszp1bg2vsb4kydvkc70kj4hpq9h1l5a1wh44cy"))))
+      (build-system asdf-build-system/sbcl)
+      (inputs
+        (list sbcl-named-readtables))
+      (home-page "https://gitlab.common-lisp.net/frideau/meta")
+      (synopsis "Recursive-descent parser DSL for common-lisp")
+      (description
+"Recursive-descent parser DSL that is a simpler alternative to parser
+generators.")
+      (license license:bsd-3))))
+
+(define-public cl-meta
+  (sbcl-package->cl-source-package sbcl-meta))
+
+(define-public ecl-meta
+  (sbcl-package->ecl-package sbcl-meta))
+
 (define-public sbcl-bodge-queue
   (let ((commit "948c9a501dcd412689952d09eb7453ec2722336a")
         (revision "0"))
-- 
2.37.3





Information forwarded to guix-patches <at> gnu.org:
bug#57740; Package guix-patches. (Sun, 11 Sep 2022 20:16:01 GMT) Full text and rfc822 format available.

Message #8 received at 57740 <at> debbugs.gnu.org (full text, mbox):

From: "(" <paren <at> disroot.org>
To: "jgart" <jgart <at> dismail.de>, <57740 <at> debbugs.gnu.org>
Subject: Re: [bug#57740] [PATCH] gnu: Add cl-meta.
Date: Sun, 11 Sep 2022 21:15:25 +0100
Hey,

On Sun Sep 11, 2022 at 7:42 PM BST, jgart via Guix-patches via wrote:
> +      (version (git-version "1.0.0" revision commit ))

Change to:

> +      (version (git-version "1.0.0" revision commit))

> +      (inputs
> +        (list sbcl-named-readtables))

Change to:

> +      (inputs (list sbcl-named-readtables))

> +      (synopsis "Recursive-descent parser DSL for common-lisp")

`common-lisp' -> `Common Lisp'

> +      (description
> +"Recursive-descent parser DSL that is a simpler alternative to parser
> +generators.")

Change to:

> +      (description
> +       "This package provides a recursive-descent parser DSL for Common
> + Lisp.  It's intended as a simpler alternative to parser generators.")

    -- (




Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Thu, 15 Sep 2022 08:39:03 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Thu, 15 Sep 2022 08:39:03 GMT) Full text and rfc822 format available.

Message #13 received at 57740-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: jgart <jgart <at> dismail.de>
Cc: "\(" <paren <at> disroot.org>, 57740-done <at> debbugs.gnu.org
Subject: Re: [bug#57740] [PATCH] gnu: Add cl-meta.
Date: Thu, 15 Sep 2022 08:37:09 +0000
[Message part 1 (text/plain, inline)]
Patch pushed as 42496652d937dcd33b599247da82bfc54c4fa75b.
Thanks.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 13 Oct 2022 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 193 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.