GNU bug report logs -
#55048
[PATCH] gnu: Add cl-plump-sexp.
Previous Next
Reported by: "Paul A. Patience" <paul <at> apatience.com>
Date: Thu, 21 Apr 2022 00:58: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 Sat, 23 Apr 2022 08:57:42 +0000
with message-id <871qxogorl.fsf <at> kitej>
and subject line Re: [bug#55048] [PATCH] gnu: Add cl-plump-sexp.
has caused the debbugs.gnu.org bug report #55048,
regarding [PATCH] gnu: Add cl-plump-sexp.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
55048: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55048
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/lisp-xyz.scm (sbcl-plump-sexp, cl-plump-sexp,
ecl-plump-sexp): New variables.
---
gnu/packages/lisp-xyz.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2e8b957c53..0c7d9b3848 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -7849,6 +7849,39 @@ (define-public cl-plump
(define-public ecl-plump
(sbcl-package->ecl-package sbcl-plump))
+(define-public sbcl-plump-sexp
+ (let ((commit "bbcf75e9ecda8fe7603098ab8c15828407bb4f08")
+ (revision "0"))
+ (package
+ (name "sbcl-plump-sexp")
+ (version (git-version "0.1.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/Shinmera/plump-sexp")
+ (commit commit)))
+ (file-name (git-file-name "cl-plump-sexp" version))
+ (sha256
+ (base32
+ "0zm9h0assjb8766z2v6l1k1s60y90y6f8smrl1dczwqlvc8xyln5"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs
+ (list sbcl-plump))
+ (synopsis "Convert S-expressions into a Plump DOM and back")
+ (description
+ "The Plump-SEXP library is a backend for Plump which can convert
+between S-expressions and the Plump DOM.")
+ (home-page "https://github.com/Shinmera/plump-sexp")
+ (license license:zlib))))
+
+(define-public cl-plump-sexp
+ (sbcl-package->cl-source-package sbcl-plump-sexp))
+
+(define-public ecl-plump-sexp
+ (sbcl-package->ecl-package sbcl-plump-sexp))
+
;;; Split the antik package in two to work around the circular dependency
;;; between antik/antik and antik/gsll.
(define-public sbcl-antik-base
--
2.35.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Patch pushed as 7134a1081379e9950387e9ff581e48bc92939eba.
Thanks.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 3 years and 87 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.