all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57739] [PATCH] gnu: Add cl-alea.
@ 2022-09-11 18:37 jgart via Guix-patches via
  2022-09-11 20:17 ` ( via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-09-11 18:37 UTC (permalink / raw)
  To: 57739; +Cc: jgart

* gnu/packages/lisp-xyz.scm (cl-alea, ecl-alea, sbcl-alea): 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 f8a4bb4b53..2a961e05df 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -184,6 +184,34 @@ (define-public cl-alexandria
 (define-public ecl-alexandria
   (sbcl-package->ecl-package sbcl-alexandria))
 
+(define-public sbcl-alea
+  (package
+   (name "sbcl-alea")
+   (version "1.0")
+   (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/eXodiquas/alea")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0nd9fdjli22ygfw3c8k9nh7d36c92866hics5aij6x7ly1q781gz"))))
+   (build-system asdf-build-system/sbcl)
+   (native-inputs (list sbcl-fiveam))
+   (synopsis "Dice rolling library")
+   (description
+"This package provides a library for dice rolling and statistics about
+those rolls.")
+   (home-page "https://github.com/eXodiquas/alea")
+   (license license:expat)))
+
+(define-public cl-alea
+  (sbcl-package->cl-source-package sbcl-alea))
+
+(define-public ecl-alea
+  (sbcl-package->ecl-package sbcl-alea))
+
 (define-public sbcl-map-bind
   (let ((commit "532d55d93540c632e22b2cd264b5daa5f9d3d900")
         (revision "0"))
-- 
2.37.3





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

* [bug#57739] [PATCH] gnu: Add cl-alea.
  2022-09-11 18:37 [bug#57739] [PATCH] gnu: Add cl-alea jgart via Guix-patches via
@ 2022-09-11 20:17 ` ( via Guix-patches via
  2022-09-15  8:38   ` bug#57739: " Guillaume Le Vaillant
  0 siblings, 1 reply; 3+ messages in thread
From: ( via Guix-patches via @ 2022-09-11 20:17 UTC (permalink / raw)
  To: jgart, 57739

Hey,

On Sun Sep 11, 2022 at 7:37 PM BST, jgart via Guix-patches via wrote:
> +(define-public sbcl-alea
> +  (package
> +   (name "sbcl-alea")
     ^
Change this indentation to two spaces.

> +   (synopsis "Dice rolling library")

`Dice rolling library for Common Lisp`?

> +   (description
> +"This package provides a library for dice rolling and statistics about
> +those rolls.")

Change to:

> +   (description
> +    "This package provides a Common Lisp library for dice rolling and
> +working with dice-roll statistics.")

    -- (




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

* bug#57739: [PATCH] gnu: Add cl-alea.
  2022-09-11 20:17 ` ( via Guix-patches via
@ 2022-09-15  8:38   ` Guillaume Le Vaillant
  0 siblings, 0 replies; 3+ messages in thread
From: Guillaume Le Vaillant @ 2022-09-15  8:38 UTC (permalink / raw)
  To: jgart; +Cc: (, 57739-done

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

Patch pushed as 539e5b9ace2806e9a16186295f9d42b3179d0a86.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

end of thread, other threads:[~2022-09-15  9:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-11 18:37 [bug#57739] [PATCH] gnu: Add cl-alea jgart via Guix-patches via
2022-09-11 20:17 ` ( via Guix-patches via
2022-09-15  8:38   ` bug#57739: " 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.