all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57663] [PATCH] gnu: Add cl-doplus.
@ 2022-09-08  2:51 jgart via Guix-patches via
  2022-09-09 12:40 ` bug#57663: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-09-08  2:51 UTC (permalink / raw)
  To: 57663; +Cc: jgart

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

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index a856a75966..c142db2b73 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -22852,6 +22852,34 @@ (define-public cl-glkit
 (define-public ecl-glkit
   (sbcl-package->ecl-package sbcl-glkit))
 
+(define-public sbcl-doplus
+  (package
+   (name "sbcl-doplus")
+   (version "1.1.0")
+   (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/alessiostalla/doplus")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1yvda9psw9m08d3bzdb8a2drvhrnr07a0rhza5ibk30v1dkwfw7c"))))
+   (build-system asdf-build-system/sbcl)
+   (native-inputs (list sbcl-fiveam))
+   (inputs
+     (list sbcl-parse-declarations sbcl-fset))
+   (synopsis "Iteration macro for Common Lisp")
+   (description "@code{doplus} is an iteration macro for Common Lisp.")
+   (home-page "https://github.com/alessiostalla/doplus")
+   (license license:expat)))
+
+(define-public cl-doplus
+  (sbcl-package->cl-source-package sbcl-doplus))
+
+(define-public ecl-doplus
+  (sbcl-package->ecl-package sbcl-doplus))
+
 (define-public sbcl-trees
   (let ((commit "7b06048af0248c4302088c758208276f9faf2beb"))
     (package
-- 
2.37.3





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

* bug#57663: [PATCH] gnu: Add cl-doplus.
  2022-09-08  2:51 [bug#57663] [PATCH] gnu: Add cl-doplus jgart via Guix-patches via
@ 2022-09-09 12:40 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-09-09 12:40 UTC (permalink / raw)
  To: jgart; +Cc: 57663-done

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

Path pushed as a4f96f2aa87f79ef3f1887aa13b73ad231fbcdd0 with the license
field fixed (gpl3+ instead of expat). I also added doplus-fset to the
list of systems to compile.
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-09-09 12:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-08  2:51 [bug#57663] [PATCH] gnu: Add cl-doplus jgart via Guix-patches via
2022-09-09 12:40 ` bug#57663: " 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.