* [bug#68772] [PATCH] gnu: Add cl-charje.documentation.
@ 2024-01-28 7:15 Charles via Guix-patches via
2024-01-28 16:35 ` bug#68772: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Charles via Guix-patches via @ 2024-01-28 7:15 UTC (permalink / raw)
To: 68772
Cc: Charles, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, Sharlatan Hellseher, jgart
* gnu/packages/lisp-xyz.scm (sbcl-charje.documentation,
cl-charje.documentation, ecl-charje.documentation): New variables.
Change-Id: I635af17de831ccacfb7caa2cfcf84e9da694a3ba
---
By the way, this is my first time submitting a patch using the importer for common lisp packages that I have been working on: https://git.sr.ht/~whereiseveryone/quicklisp-importer.
gnu/packages/lisp-xyz.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index de64475cd6..de21940449 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10528,6 +10528,38 @@ (define-public cl-documentation-utils-extensions
(define-public ecl-documentation-utils-extensions
(sbcl-package->ecl-package sbcl-documentation-utils-extensions))
+(define-public sbcl-charje.documentation
+ (package
+ (name "sbcl-charje.documentation")
+ (version "0.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~charje/documentation")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32
+ "149r9qdz5dyxsamhf5miaa9njr7kn7nc0ic448k133rs3nnwagqc"))
+ (file-name (git-file-name name version))))
+ (build-system asdf-build-system/sbcl)
+ (inputs
+ (list sbcl-alexandria))
+ (home-page "https://git.sr.ht/~charje/documentation")
+ (synopsis
+ "Opinionated yet customizable docstring parsing library for Common Lisp")
+ (description "Charje.documentation can used to parse Common Lisp
+docstrings the charje way, or it can be used to create custom docstring
+parsers. Docstring parsers are composed using mixin classes and
+initialization methods.")
+ (license license:agpl3+)))
+
+(define-public cl-charje.documentation
+ (sbcl-package->cl-source-package sbcl-charje.documentation))
+
+(define-public ecl-charje.documentation
+ (sbcl-package->ecl-package sbcl-charje.documentation))
+
(define-public sbcl-staple
(let ((commit "0ee8e25fe6fe8fa83b2a6c93d4febd468c3eaa4e")
(revision "1"))
base-commit: 73d8e5a9352304a5192b22e04ef022234488e0da
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#68772: [PATCH] gnu: Add cl-charje.documentation.
2024-01-28 7:15 [bug#68772] [PATCH] gnu: Add cl-charje.documentation Charles via Guix-patches via
@ 2024-01-28 16:35 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-01-28 16:35 UTC (permalink / raw)
To: Charles; +Cc: 68772-done
[-- Attachment #1: Type: text/plain, Size: 67 bytes --]
Patch applied as 567aa4c7aadc44ee912f288e20e2b2228b7d0c07.
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:[~2024-01-28 16:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-28 7:15 [bug#68772] [PATCH] gnu: Add cl-charje.documentation Charles via Guix-patches via
2024-01-28 16:35 ` bug#68772: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.