* [bug#44867] [PATCH] gnu: Add sbcl-deeds.
@ 2020-11-25 14:51 Adam Kandur via Guix-patches via
2020-11-29 14:43 ` bug#44867: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Adam Kandur via Guix-patches via @ 2020-11-25 14:51 UTC (permalink / raw)
To: 44867
From dff5b35239667ed7d96c33846e88a4ffdb61c058 Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd@tuta.io>
Date: Wed, 25 Nov 2020 17:50:34 +0300
Subject: [PATCH] gnu: Add sbcl-deeds.
* gnu/packages/lisp-xyz.scm (sbcl-deeds): New variable.
---
gnu/packages/lisp-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index fe2af3e..d650d4d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6031,6 +6031,33 @@ cookie headers, cookie creation, cookie jar creation and more.")
neat APIs and connection-pooling. It is meant to supersede Drakma.")
(license license:expat))))
+(define-public sbcl-deeds
+ ;; taged branch is outdated
+ (let ((revision "1")
+ (commit "f5df54eac79b58a34030e0eb8acf3952c788410d"))
+ (package
+ (name "sbcl-deeds")
+ (version (git-version "1.1.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Shinmera/deeds")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "062cnb2dwli6pw3zvv46jfxyxdzcbzwsck5pa6nw03qf1j1hyg3k"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs
+ `(("closer-mop" ,sbcl-closer-mop)
+ ("bordeaux-threads" ,sbcl-bordeaux-threads)
+ ("sbcl-lambda-fiddle" ,sbcl-lambda-fiddle)
+ ("form-fiddle" ,sbcl-form-fiddle)))
+ (home-page "https://github.com/Shinmera/deeds")
+ (synopsis "Deeds is an Extensible Event Delivery System.")
+ (description "@code{deeds} allows for efficient event delivery to multiple handlers with a complex event filtering system.")
+ (license license:zlib))))
+
(define-public cl-dexador
(package
(inherit (sbcl-package->cl-source-package sbcl-dexador))
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#44867: [PATCH] gnu: Add sbcl-deeds.
2020-11-25 14:51 [bug#44867] [PATCH] gnu: Add sbcl-deeds Adam Kandur via Guix-patches via
@ 2020-11-29 14:43 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2020-11-29 14:43 UTC (permalink / raw)
To: Adam Kandur; +Cc: 44867-done
Pushed as 848114144681bc603a795725a53458808e213856 with some
modifications. Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-29 14:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-25 14:51 [bug#44867] [PATCH] gnu: Add sbcl-deeds Adam Kandur via Guix-patches via
2020-11-29 14:43 ` bug#44867: " 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.