* [bug#46894] [PATCH 4/9] - added sxql-composer.
@ 2021-03-03 15:22 cage
2021-03-04 10:21 ` Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2021-03-03 15:22 UTC (permalink / raw)
To: 46894
---
gnu/packages/lisp-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2a1bf6a7b1..565c53f6d6 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14893,3 +14893,34 @@ protocol for Mastodon.")
(define-public cl-access
(sbcl-package->cl-source-package sbcl-cl-access))
+
+(define-public sbcl-sxql-composer
+ (let ((commit "2b2230cb01ae1b68e28921d99e4814046867fb75")
+ (revision "1"))
+ (package
+ (name "sbcl-sxql-composer")
+ (version (git-version "0.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mmontone/sxql-composer")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1agkrj3ymskzc3c7pxbrj123d1kygjqcls145m0ap3i07q96hh1r"))))
+ (build-system asdf-build-system/sbcl)
+ (arguments
+ '(#:asd-systems '("sxql-composer")))
+ (inputs
+ `(("sbcl-sxql" ,sbcl-sxql)))
+ (synopsis "Build and compose SXQL queries dynamically")
+ (description "Build and compose SXQL queries dynamically")
+ (home-page "https://github.com/mmontone/sxql-composer")
+ (license license:x11))))
+
+(define-public ecl-sxql-composer
+ (sbcl-package->ecl-package sbcl-sxql-composer))
+
+(define-public cl-sxql-composer
+ (sbcl-package->cl-source-package sbcl-sxql-composer))
--
2.30.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#46894] [PATCH 4/9] - added sxql-composer.
2021-03-03 15:22 [bug#46894] [PATCH 4/9] - added sxql-composer cage
@ 2021-03-04 10:21 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-03-04 10:21 UTC (permalink / raw)
To: cage; +Cc: 46894-done
[-- Attachment #1: Type: text/plain, Size: 90 bytes --]
Patch pushed as 3c1cc4992b575ec0cccbce5ea824fe5f6375ea9e with some
modifications.
Thanks.
[-- 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:[~2021-03-04 10:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-03 15:22 [bug#46894] [PATCH 4/9] - added sxql-composer cage
2021-03-04 10:21 ` Guillaume Le Vaillant
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).