* [bug#57740] [PATCH] gnu: Add cl-meta.
@ 2022-09-11 18:42 jgart via Guix-patches via
2022-09-11 20:15 ` ( via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-09-11 18:42 UTC (permalink / raw)
To: 57740; +Cc: jgart
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#57740] [PATCH] gnu: Add cl-meta.
2022-09-11 18:42 [bug#57740] [PATCH] gnu: Add cl-meta jgart via Guix-patches via
@ 2022-09-11 20:15 ` ( via Guix-patches via
2022-09-15 8:37 ` bug#57740: " Guillaume Le Vaillant
0 siblings, 1 reply; 3+ messages in thread
From: ( via Guix-patches via @ 2022-09-11 20:15 UTC (permalink / raw)
To: jgart, 57740
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.")
-- (
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#57740: [PATCH] gnu: Add cl-meta.
2022-09-11 20:15 ` ( via Guix-patches via
@ 2022-09-15 8:37 ` Guillaume Le Vaillant
0 siblings, 0 replies; 3+ messages in thread
From: Guillaume Le Vaillant @ 2022-09-15 8:37 UTC (permalink / raw)
To: jgart; +Cc: (, 57740-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 42496652d937dcd33b599247da82bfc54c4fa75b.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-09-15 8:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-11 18:42 [bug#57740] [PATCH] gnu: Add cl-meta jgart via Guix-patches via
2022-09-11 20:15 ` ( via Guix-patches via
2022-09-15 8:37 ` bug#57740: " Guillaume Le Vaillant
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).