all messages for Guix-related lists mirrored at yhetil.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 1/3] [PATCH] gnu: add sbcl-xhtmlambda
Date: Sun,  8 Oct 2023 19:27:42 +0200	[thread overview]
Message-ID: <40aca978fb1fba5500aaeb82249a6b363a07e25a.1696447957.git.gabriel.hondet@cominety.net> (raw)
In-Reply-To: <cover.1696261435.git.gabriel.hondet@laposte.net>

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

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

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2751af4a85..003abe6f9c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -39,6 +39,7 @@
 ;;; Copyright © 2022, 2023 Artyom Bologov <mail@aartaka.me>
 ;;; Copyright © 2023 Roman Scherer <roman@burningswell.com>
 ;;; Copyright © 2023 ykonai <mail@ykonai.net>
+;;; Copyright © 2023 Gabriel Hondet <gabriel.hondet@cominety.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -10563,6 +10564,38 @@ (define-public cl-lass
 (define-public ecl-lass
   (sbcl-package->ecl-package sbcl-lass))
 
+(define-public sbcl-xhtmlambda
+  (let ((commit "c86376bccebf77ca428e8033df2ba7d8450ea1e8"))
+    (package
+      (name "sbcl-xhtmlambda")
+      (version
+       ;; The source repository doesn't provide any version nor revision, but
+       ;; a timestamp
+       (git-version "2022-01-21" "0" commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://gitlab.common-lisp.net/xhtmlambda/XHTMLambda")
+               (commit commit)))
+         (sha256
+          (base32 "0narbzz06ry1wn048avm1fwihvnjvvc4wfcv5hmdazkilpvnqz2y"))))
+      (build-system asdf-build-system/sbcl)
+      (inputs (list sbcl-cl-unicode))
+      (synopsis "(X)HTMΛ is an (X)HTML library which emphasizes
+programmability")
+      (description
+       "(X)HTMLambda is yet another (X)HTML library which
+emphasizes programmability and user-friendliness.  Each (X)HTML element is a
+strucuterd object and pretty-printing of (X)HTML trees is well defined to
+provide properly indented human-readable output even for complex recursive
+arrangements.")
+      (license license:expat)
+      (home-page "https://xhtmlambda.common-lisp.dev/"))))
+
+(define-public cl-xhtmlambda
+  (sbcl-package->cl-source-package sbcl-xhtmlambda))
+
 (define-public sbcl-plump
   (let ((commit "0c3e0b57b43b6e0c5794b6a902f1cf5bee2a2927")
         (revision "3"))

base-commit: 3f7b091ea4897e3a170a54433a2476d3b6810dc4
-- 
2.41.0





  reply	other threads:[~2023-10-08 19:25 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 ` Gabriel Hondet via Guix-patches via [this message]
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   ` [bug#66318] [PATCH 3/3] [PATCH] gnu: add sbcl-helambdap Gabriel Hondet via Guix-patches via
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

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

  git send-email \
    --in-reply-to=40aca978fb1fba5500aaeb82249a6b363a07e25a.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 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.