[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
65/244: gnu: Add cl-fast-ecs.
From: |
guix-commits |
Subject: |
65/244: gnu: Add cl-fast-ecs. |
Date: |
Wed, 12 Apr 2023 08:47:21 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit 06cd4e761ef5f17fe7c9471f4834fd4893e730cc
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Apr 2 20:30:17 2023 +0100
gnu: Add cl-fast-ecs.
* gnu/packages/lisp-xyz.scm (cl-fast-ecs, ecl-cl-fast-ecs,
sbcl-cl-fast-ecs): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
gnu/packages/lisp-xyz.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index a365dd7954..357c2ba937 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6962,6 +6962,43 @@ mostly Common Lisp implementation.")
(define-public ecl-cl-fastcgi
(sbcl-package->ecl-package sbcl-cl-fastcgi))
+(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)))
+ (file-name (git-file-name "cl-fast-ecs" version))
+ (sha256
+ (base32 "06cnhm8zpyqyjr17mji5wvj4gh2glpdw8gqy1vwrq3vgphfmg560"))))
+ (build-system asdf-build-system/sbcl)
+ (native-inputs
+ (list sbcl-parachute))
+ (inputs
+ (list sbcl-alexandria sbcl-trivial-garbage))
+ (home-page "https://lockie.gitlab.io/cl-fast-ecs/")
+ (synopsis "Blazingly fast Entity-Component-System microframework")
+ (description
+ "CL-FAST-ECS is a Common Lisp library providing an implementation of the
+@acronym{ECS, Entity-Component-System} pattern, primarily focused on speed and
+interactive development.
+
+ECS is an architectural data-oriented design pattern that allows for the
+effective processing of a large number of in-game objects while keeping the
code
+and data separated. This provides flexibility in the way that game objects are
+built at runtime.")
+ (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-cl-flac
(let ((commit "d094d33d3cc2cf263263b917798d338eded3c532")
(revision "0"))
- 50/244: gnu: python-license-expression: Update to 30.1.0., (continued)
- 50/244: gnu: python-license-expression: Update to 30.1.0., guix-commits, 2023/04/12
- 51/244: gnu: reuse: Update to 1.1.2., guix-commits, 2023/04/12
- 54/244: gnu: python-scikit-rf: Update to 0.26.0., guix-commits, 2023/04/12
- 55/244: gnu: libngspice: Update to 40., guix-commits, 2023/04/12
- 58/244: gnu: mlt: Update to 7.14.0., guix-commits, 2023/04/12
- 59/244: gnu: symengine: Update to 0.10.1., guix-commits, 2023/04/12
- 60/244: gnu: python-symengine: Update to 0.10.0., guix-commits, 2023/04/12
- 61/244: gnu: qelectrotech: Update to 0.9.0., guix-commits, 2023/04/12
- 62/244: gnu: gsequencer: Update to 4.5.0., guix-commits, 2023/04/12
- 64/244: gnu: cl-log4cl: Update to 1.1.4-2.fe3da51., guix-commits, 2023/04/12
- 65/244: gnu: Add cl-fast-ecs.,
guix-commits <=
- 66/244: gnu: cl-out123: Update to 1.0.0-2.41771bf., guix-commits, 2023/04/12
- 67/244: gnu: cl-gamepad: Update to 3.0.0-3.d5b99fb., guix-commits, 2023/04/12
- 71/244: gnu: Add r-future-callr., guix-commits, 2023/04/12
- 72/244: gnu: Add r-tarchetypes., guix-commits, 2023/04/12
- 79/244: gnu: go-1.18: Fix packaging logic., guix-commits, 2023/04/12
- 93/244: gnu: r-tsp: Update to 1.2-4., guix-commits, 2023/04/12
- 94/244: gnu: r-quantmod: Update to 0.4.21., guix-commits, 2023/04/12
- 74/244: gnu: emacs-eglot: Update to 1.14., guix-commits, 2023/04/12
- 73/244: gnu: emacs-eat: Patch ncurses tic executable., guix-commits, 2023/04/12
- 83/244: gnu: linux-libre 5.4: Update to 5.4.240., guix-commits, 2023/04/12