From: Foo Chuan Wei <chuanwei.foo@hotmail.com>
To: 54902@debbugs.gnu.org
Subject: [bug#54902] [PATCH] gnu: Add cl-simple-routes.
Date: Wed, 13 Apr 2022 08:20:02 +0000 [thread overview]
Message-ID: <PU1PR01MB21555F74C4FF50EFD5A393438DEC9@PU1PR01MB2155.apcprd01.prod.exchangelabs.com> (raw)
* gnu/packages/lisp-xyz.scm (cl-simple-routes, ecl-simple-routes,
sbcl-simple-routes): New variables.
---
gnu/packages/lisp-xyz.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 75b299152a..9b17971795 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -20876,6 +20876,38 @@ Lisp.")
(define-public ecl-jzon
(sbcl-package->ecl-package sbcl-jzon))
+(define-public sbcl-simple-routes
+ (let ((commit "6f88c38945a4de73e85786d3499c39cacb400598")
+ (revision "1"))
+ (package
+ (name "sbcl-simple-routes")
+ (version (git-version "0.3" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/vancan1ty/simple-routes")
+ (commit commit)))
+ (file-name (git-file-name "simple-routes" version))
+ (sha256
+ (base32 "0zkjl69zf1ynmqmvwccdbip3wxfyi7xplivv70qwxzd27mc0kh3k"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs
+ (list sbcl-cl-ppcre
+ sbcl-hunchentoot))
+ (home-page "https://gitlab.com/vancan1ty/simple-routes")
+ (synopsis "URL routing library for Hunchentoot")
+ (description
+ "@{simple-routes} is a simple Common Lisp RESTful routing facility on
+top of Hunchentoot.")
+ (license license:bsd-2))))
+
+(define-public cl-simple-routes
+ (sbcl-package->cl-source-package sbcl-simple-routes))
+
+(define-public ecl-simple-routes
+ (sbcl-package->ecl-package sbcl-simple-routes))
+
(define-public sbcl-purgatory
(let ((commit "ade0d60a14a1067b9cc8cf06d1f1a1ca8cecdb03")
(revision "1"))
base-commit: fc89b50b7bb2edbc38b20adf8c899934dedcb6c3
--
2.25.1
next reply other threads:[~2022-04-13 8:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-13 8:20 Foo Chuan Wei [this message]
2022-04-13 11:45 ` bug#54902: [PATCH] gnu: Add cl-simple-routes Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=PU1PR01MB21555F74C4FF50EFD5A393438DEC9@PU1PR01MB2155.apcprd01.prod.exchangelabs.com \
--to=chuanwei.foo@hotmail.com \
--cc=54902@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.