all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62627] [PATCH] gnu: Add cl-fast-ecs.
@ 2023-04-02 19:23 jgart via Guix-patches via
  2023-04-04  8:27 ` bug#62627: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2023-04-02 19:23 UTC (permalink / raw)
  To: 62627; +Cc: Guillaume Le Vaillant, jgart

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

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index ff6eebed25..546364e5a9 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -241,6 +241,35 @@ (define-public ecl-reader
      ;; TODO: Tests fail on call to coreutils echo for ecl.
      `(#:tests? #f))))
 
+(define-public sbcl-cl-fast-ecs
+  (package
+   (name "sbcl-cl-fast-ecs")
+   (version "0.1.1")
+   (source
+    (origin
+     (method git-fetch)
+     (uri (git-reference
+           (url "https://gitlab.com/lockie/cl-fast-ecs")
+           (commit version)))
+     (sha256
+      (base32
+       "06cnhm8zpyqyjr17mji5wvj4gh2glpdw8gqy1vwrq3vgphfmg560"))
+     (file-name (git-file-name name version))))
+   (build-system asdf-build-system/sbcl)
+   (native-inputs (list sbcl-parachute))
+   (inputs (list sbcl-alexandria sbcl-trivial-garbage))
+   (synopsis "Blazingly fast Entity-Component-System microframework")
+   (description "This package provides a Common Lisp implementation of
+the Entity-Component-System pattern.")
+   (home-page "https://lockie.gitlab.io/cl-fast-ecs/")
+   (license license:expat)))
+
+(define-public cl-fast-ecs
+  (sbcl-package->cl-source-package sbcl-cl-fast-ecs))
+
+(define-public ecl-cl-fast-ecs
+  (sbcl-package->ecl-package sbcl-cl-fast-ecs))
+
 (define-public sbcl-stdutils
   (let ((commit "4a4e5a4036b815318282da5dee2a22825369137b")
         (revision "0"))
-- 
2.39.2





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

* bug#62627: [PATCH] gnu: Add cl-fast-ecs.
  2023-04-02 19:23 [bug#62627] [PATCH] gnu: Add cl-fast-ecs jgart via Guix-patches via
@ 2023-04-04  8:27 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-04-04  8:27 UTC (permalink / raw)
  To: jgart; +Cc: 62627-close

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

Closing as duplicate of <https://issues.guix.gnu.org/62628>.

[-- 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:[~2023-04-04  8:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02 19:23 [bug#62627] [PATCH] gnu: Add cl-fast-ecs jgart via Guix-patches via
2023-04-04  8:27 ` bug#62627: " 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.