* [bug#39550] [PATCH] gnu: Add cl-documentation-utils.
@ 2020-02-10 16:30 Konrad Hinsen
2020-02-11 8:38 ` bug#39550: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2020-02-10 16:30 UTC (permalink / raw)
To: 39550
* gnu/packages/lisp-xyz.scm (sbcl-documentation-utils,
cl-documentation-utils, ecl-documentation-utils): New variables.
---
gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5c97f37d48..be1f43c0bc 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10270,3 +10270,37 @@ generation functions from the GSL library.")
(define-public ecl-cl-randist
(sbcl-package->ecl-package sbcl-cl-randist))
+
+(define-public sbcl-documentation-utils
+ (package
+ (name "sbcl-documentation-utils")
+ (version "1.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Shinmera/documentation-utils.git")
+ (commit "98630dd5f7e36ae057fa09da3523f42ccb5d1f55")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "098qhkqskmmrh4wix34mawf7p5c87yql28r51r75yjxj577k5idq"))))
+ (build-system asdf-build-system/sbcl)
+ (synopsis "Simple tools for documenting Common Lisp libraries")
+ (description
+ "This is a small library to help with managing the docstrings
+of a Common Lisp library.")
+ (home-page "https://github.com/Shinmera/documentation-utils")
+ (license license:zlib)
+ (inputs
+ `(("trivial-indent" ,sbcl-trivial-indent)))
+ (arguments
+ `(#:asd-system-name "documentation-utils"
+ #:asd-file "documentation-utils.asd"
+ #:tests? #f))))
+
+(define-public cl-documentation-utils
+ (sbcl-package->cl-source-package sbcl-documentation-utils))
+
+(define-public ecl-documentation-utils
+ (sbcl-package->ecl-package sbcl-documentation-utils))
--
2.25.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#39550: [PATCH] gnu: Add cl-documentation-utils.
2020-02-10 16:30 [bug#39550] [PATCH] gnu: Add cl-documentation-utils Konrad Hinsen
@ 2020-02-11 8:38 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2020-02-11 8:38 UTC (permalink / raw)
To: 39550-done; +Cc: Konrad Hinsen
sbcl-documentation-utils and cl-documentation-utils had already
been packaged (commit 8dc5ff8fd0f3d007cb097c4055f73a053dc373c7), so
I didn't push this patch and just added ecl-documentation-utils instead
(commit 281537f47b22de288370a0f843301c399b6378f7).
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-11 8:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-10 16:30 [bug#39550] [PATCH] gnu: Add cl-documentation-utils Konrad Hinsen
2020-02-11 8:38 ` bug#39550: " 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).