* [bug#59394] [PATCH] gnu: Add cl-pp-toml.
@ 2022-11-20 0:47 Paul A. Patience
2022-11-20 13:47 ` bug#59394: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2022-11-20 0:47 UTC (permalink / raw)
To: 59394; +Cc: Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-pp-toml, cl-pp-toml, ecl-pp-toml): New
variables.
---
gnu/packages/lisp-xyz.scm | 40 +++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 04d1d32651..59cffce248 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -20126,6 +20126,46 @@ (define-public cl-clop
(define-public ecl-clop
(sbcl-package->ecl-package sbcl-clop))
+(define-public sbcl-pp-toml
+ (let ((commit "54f7d08c939d18b24363342c98c19b6812d7afb9")
+ (revision "0"))
+ (package
+ (name "sbcl-pp-toml")
+ (version (git-version "1.0.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/pnathan/pp-toml")
+ (commit commit)))
+ (file-name (git-file-name "cl-pp-toml" version))
+ (sha256
+ (base32 "136d7jzz7l2ck9wwld0ac46jmpm94lvja6m50sy73s232slka2hg"))))
+ (build-system asdf-build-system/sbcl)
+ (native-inputs
+ (list sbcl-fiveam))
+ (inputs
+ (list sbcl-alexandria
+ sbcl-cl-ppcre
+ sbcl-esrap
+ sbcl-generic-comparability
+ sbcl-local-time
+ sbcl-parse-number
+ sbcl-split-sequence))
+ (home-page "https://github.com/pnathan/pp-toml")
+ (synopsis "TOML parser for Common Lisp")
+ (description
+ "PP-TOML is a Common Lisp library for parsing strings in the TOML
+configuration file format. It implements only the 0.1.0 specification of
+TOML.")
+ (license license:llgpl))))
+
+(define-public cl-pp-toml
+ (sbcl-package->cl-source-package sbcl-pp-toml))
+
+(define-public ecl-pp-toml
+ (sbcl-package->ecl-package sbcl-pp-toml))
+
(define-public sbcl-linedit
(let ((commit "0561c97dfca2f5854fcc66558a567a9875ddcb8f")
(revision "1"))
--
2.38.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#59394: [PATCH] gnu: Add cl-pp-toml.
2022-11-20 0:47 [bug#59394] [PATCH] gnu: Add cl-pp-toml Paul A. Patience
@ 2022-11-20 13:47 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-11-20 13:47 UTC (permalink / raw)
To: Paul A. Patience; +Cc: 59394-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 46a2e98ca915c796004ea0ff53dedf79de703494.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-20 13:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-20 0:47 [bug#59394] [PATCH] gnu: Add cl-pp-toml Paul A. Patience
2022-11-20 13:47 ` bug#59394: " 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).