unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Gabriel Hondet via Guix-patches via <guix-patches@gnu.org>
To: 66318@debbugs.gnu.org
Cc: Gabriel Hondet <koizel+dev@simplelogin.com>
Subject: [bug#66318] [PATCH 3/3] [PATCH] gnu: add sbcl-helambdap
Date: Sun,  8 Oct 2023 19:27:44 +0200	[thread overview]
Message-ID: <31316725d498dffa117a4c066a57d777f216a431.1696447957.git.gabriel.hondet@cominety.net> (raw)
In-Reply-To: <40aca978fb1fba5500aaeb82249a6b363a07e25a.1696447957.git.gabriel.hondet@cominety.net>

From: Gabriel Hondet <koizel+dev@simplelogin.com>

---
 gnu/packages/lisp-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 79a96988f5..4959447fff 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10463,6 +10463,32 @@ (define-public cl-staple
 (define-public ecl-staple
   (sbcl-package->ecl-package sbcl-staple))
 
+(define-public sbcl-helambdap
+  (let ((commit "5bf65f57a36ee094cadb096caca6e90eb3ba46c4")
+        (timestamp "20220103"))
+    (package
+      (name "sbcl-helambdap")
+      (version (git-version timestamp "0" commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://git.code.sf.net/p/helambdap/code")
+               (commit commit)))
+         (sha256
+          (base32 "1kzapbf9l2bw8i9m9sxv0dfnkksrxq81d5hbn34pm25abk0i937j"))))
+      (build-system asdf-build-system/sbcl)
+      (native-inputs (list sbcl-cl-fad sbcl-split-sequence sbcl-clad
+                           sbcl-xhtmlambda sbcl-cl-unicode))
+      (synopsis "HELambdap is a Common Lisp documentation system")
+      (description "HELambdap is a Common Lisp documentation system which
+strives to be simple to use, yet easily customizable.")
+      (license license:expat)
+      (home-page "https://helambdap.sourceforge.net"))))
+
+(define-public cl-helambdap
+  (sbcl-package->cl-source-package sbcl-helambdap))
+
 (define-public sbcl-form-fiddle
   (let ((commit "e0c23599dbb8cff3e83e012f3d86d0764188ad18")
         (revision "0"))
-- 
2.41.0





  parent reply	other threads:[~2023-10-08 19:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-02 15:50 [bug#66318] [PATCH 0/3] Add HELambdaP Gabriel Hondet via Guix-patches via
2023-10-08 17:27 ` [bug#66318] [PATCH 1/3] [PATCH] gnu: add sbcl-xhtmlambda Gabriel Hondet via Guix-patches via
2023-10-08 17:27   ` [bug#66318] [PATCH 2/3] [PATCH] gnu: add sbcl-clad Gabriel Hondet via Guix-patches via
2023-10-08 17:27   ` Gabriel Hondet via Guix-patches via [this message]
2023-10-10  8:12 ` bug#66318: [PATCH 0/3] Add HELambdaP 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=31316725d498dffa117a4c066a57d777f216a431.1696447957.git.gabriel.hondet@cominety.net \
    --to=guix-patches@gnu.org \
    --cc=66318@debbugs.gnu.org \
    --cc=gabriel.hondet@cominety.net \
    --cc=koizel+dev@simplelogin.com \
    /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 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).