* [bug#48689] [PATCH 2/2]: gnu: Add cl-flare
@ 2021-05-26 22:07 Sharlatan Hellseher
2021-05-26 22:08 ` [bug#48689] [PATCH 1/2]: gnu: Add cl-for Sharlatan Hellseher
2021-05-27 7:11 ` bug#48689: [PATCH 2/2]: gnu: Add cl-flare Guillaume Le Vaillant
0 siblings, 2 replies; 3+ messages in thread
From: Sharlatan Hellseher @ 2021-05-26 22:07 UTC (permalink / raw)
To: 48689
[-- Attachment #1: Type: text/plain, Size: 356 bytes --]
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
[-- Attachment #2: 0002-gnu-Add-cl-flare.patch --]
[-- Type: text/x-patch, Size: 2189 bytes --]
From e40b208585e77a55b9c97622ae16f596cbc90c88 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Wed, 26 May 2021 23:05:00 +0100
Subject: [PATCH 2/2] gnu: Add cl-flare
* gnu/packages/lisp-xyz.scm: (sbcl-flare, ecl-flare, cl-flare): 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 8e7731f57d..e760a90045 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17137,3 +17137,41 @@ require code-walking and is easier to extend.")
(define-public cl-for
(sbcl-package->cl-source-package sbcl-for))
+
+(define-public sbcl-flare
+ (let ((commit "4f9f17a4fc5b368c2a1988b9a20288695b8d8c48")
+ (revision "1"))
+ (package
+ (name "sbcl-flare")
+ (version (git-version "1.1.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Shinmera/flare")
+ (commit commit)))
+ (file-name (git-file-name "flare" version))
+ (sha256
+ (base32 "00nm3sjngbflj2gd5q0xs2m136w4kix6krww23nk64pkkyq2fs86"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs
+ `(("3d-vectors" ,sbcl-3d-vectors)
+ ("array-utils" ,sbcl-array-utils)
+ ("documentation-utils" ,sbcl-documentation-utils)
+ ("for" ,sbcl-for)
+ ("lambda-fiddle" ,sbcl-lambda-fiddle)
+ ("trivial-garbage" ,sbcl-trivial-garbage)))
+ (home-page "https://shinmera.github.io/flare/")
+ (synopsis "Easy particle systems with fine grained control")
+ (description
+ "FLARE is a library designed to allow quick and precise particle effect
+creations. It does not concern itself with displaying and only with the
+management and movement of particles. As such, it can easily be integrated into
+any existing or future application.")
+ (license license:zlib))))
+
+(define-public ecl-flare
+ (sbcl-package->ecl-package sbcl-flare))
+
+(define-public cl-flare
+ (sbcl-package->cl-source-package sbcl-flare))
--
2.31.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#48689] [PATCH 1/2]: gnu: Add cl-for
2021-05-26 22:07 [bug#48689] [PATCH 2/2]: gnu: Add cl-flare Sharlatan Hellseher
@ 2021-05-26 22:08 ` Sharlatan Hellseher
2021-05-27 7:11 ` bug#48689: [PATCH 2/2]: gnu: Add cl-flare Guillaume Le Vaillant
1 sibling, 0 replies; 3+ messages in thread
From: Sharlatan Hellseher @ 2021-05-26 22:08 UTC (permalink / raw)
To: 48689
[-- Attachment #1: Type: text/plain, Size: 356 bytes --]
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
[-- Attachment #2: 0001-gnu-Add-cl-for.patch --]
[-- Type: text/x-patch, Size: 2044 bytes --]
From 3e92373309a3f366e61a03c856619414b6ad984a Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Wed, 26 May 2021 23:02:50 +0100
Subject: [PATCH 1/2] gnu: Add cl-for
* gnu/packages/lisp-xyz.scm: (sbcl-for, ecl-for, cl-for): New variables.
---
gnu/packages/lisp-xyz.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 8b0ba1a3b8..8e7731f57d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17102,3 +17102,38 @@ Django with a syntax similar to Python Jinja2.")
(define-public cl-djula
(sbcl-package->cl-source-package sbcl-djula))
+
+(define-public sbcl-for
+ (let ((commit "2e4fcfa0f9c1d2f4559c58cef20ccefa50ba180d")
+ (revision "1"))
+ (package
+ (name "sbcl-for")
+ (version (git-version "1.1.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Shinmera/for")
+ (commit commit)))
+ (file-name (git-file-name "for" version))
+ (sha256
+ (base32 "1akz9ggh33x2cq3h0f1cd0p632v1mbagv3dzsb0r10bwg9lh3nmv"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs
+ `(("documentation-utils" ,sbcl-documentation-utils)
+ ("form-fiddle" ,sbcl-form-fiddle)
+ ("lambda-fiddle" ,sbcl-lambda-fiddle)))
+ (home-page "https://shinmera.github.io/for/")
+ (synopsis "Extensible iteration macro library")
+ (description
+ "For is a library for an extensible iteration macro. It allows you to write
+concise looping constructs similar to @code{loop} and @code{iterate}. Unlike
+loop however it is extensible and sensible, and unlike iterate it does not
+require code-walking and is easier to extend.")
+ (license license:zlib))))
+
+(define-public ecl-for
+ (sbcl-package->ecl-package sbcl-for))
+
+(define-public cl-for
+ (sbcl-package->cl-source-package sbcl-for))
--
2.31.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#48689: [PATCH 2/2]: gnu: Add cl-flare
2021-05-26 22:07 [bug#48689] [PATCH 2/2]: gnu: Add cl-flare Sharlatan Hellseher
2021-05-26 22:08 ` [bug#48689] [PATCH 1/2]: gnu: Add cl-for Sharlatan Hellseher
@ 2021-05-27 7:11 ` Guillaume Le Vaillant
1 sibling, 0 replies; 3+ messages in thread
From: Guillaume Le Vaillant @ 2021-05-27 7:11 UTC (permalink / raw)
To: Sharlatan Hellseher; +Cc: 48689-done
Patches pushed as 1ab3aab59af43f42113408020cf052389cb6e303 and
following.
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-05-27 7:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-26 22:07 [bug#48689] [PATCH 2/2]: gnu: Add cl-flare Sharlatan Hellseher
2021-05-26 22:08 ` [bug#48689] [PATCH 1/2]: gnu: Add cl-for Sharlatan Hellseher
2021-05-27 7:11 ` bug#48689: [PATCH 2/2]: gnu: Add cl-flare 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.