all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59297] [PATCH] gnu: Add cl-closure-template.
@ 2022-11-16  3:57 jgart via Guix-patches via
  2022-11-16  9:54 ` bug#59297: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-11-16  3:57 UTC (permalink / raw)
  To: 59297; +Cc: jgart

* gnu/packages/lisp-xyz.scm (cl-closure-template, ecl-closure-template,
sbcl-closure-template): New variables.
---
 gnu/packages/lisp-xyz.scm | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index f23b4a70bb..8904eb7c8b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -24131,6 +24131,44 @@ (define-public cl-draw-cons-tree
 (define-public ecl-draw-cons-tree
   (sbcl-package->ecl-package sbcl-draw-cons-tree))
 
+(define-public sbcl-closure-template
+  ;; There are no releases since 2015.
+  (let ((commit "f1983aa525045691e128027d2a2d74831c873d6e")
+        (revision "0"))
+  (package
+   (name "sbcl-closure-template")
+   (version (git-version "0.2.1" revision commit))
+   (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/archimag/cl-closure-template")
+             (commit commit)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "16h0fs6bjjd4n9pbkwcprpgyj26vsw2akk3q08m7xmsmqi05dppv"))))
+   (build-system asdf-build-system/sbcl)
+   (native-inputs (list sbcl-lift))
+   (inputs
+     (list sbcl-babel
+           sbcl-parse-number
+           sbcl-esrap
+           sbcl-iterate
+           sbcl-closer-mop
+           sbcl-split-sequence
+           sbcl-alexandria))
+   (synopsis "Lisp implementation of Google Closure Templates")
+   (description
+"Common Lisp implementation of Google Closure Templates.")
+   (home-page "https://github.com/archimag/cl-closure-template/")
+   (license license:gpl2+))))
+
+(define-public cl-closure-template
+  (sbcl-package->cl-source-package sbcl-closure-template))
+
+(define-public ecl-closure-template
+  (sbcl-package->ecl-package sbcl-closure-template))
+
 (define-public sbcl-cl-morse
   (package
     (name "sbcl-cl-morse")
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59297: [PATCH] gnu: Add cl-closure-template.
  2022-11-16  3:57 [bug#59297] [PATCH] gnu: Add cl-closure-template jgart via Guix-patches via
@ 2022-11-16  9:54 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-11-16  9:54 UTC (permalink / raw)
  To: jgart; +Cc: 59297-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as 608999be5951588c100fb527df7cb21a3e478468.
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:[~2022-11-16  9:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-16  3:57 [bug#59297] [PATCH] gnu: Add cl-closure-template jgart via Guix-patches via
2022-11-16  9:54 ` bug#59297: " 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.