From: Konrad Hinsen <konrad.hinsen@fastmail.net>
To: 39550@debbugs.gnu.org
Subject: [bug#39550] [PATCH] gnu: Add cl-documentation-utils.
Date: Mon, 10 Feb 2020 17:30:07 +0100 [thread overview]
Message-ID: <m1blq6grgp.fsf@khs-macbook.home> (raw)
* 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
next reply other threads:[~2020-02-10 19:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-10 16:30 Konrad Hinsen [this message]
2020-02-11 8:38 ` bug#39550: [PATCH] gnu: Add cl-documentation-utils Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m1blq6grgp.fsf@khs-macbook.home \
--to=konrad.hinsen@fastmail.net \
--cc=39550@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.