unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Adam Kandur via Guix-patches via <guix-patches@gnu.org>
To: 44869@debbugs.gnu.org
Subject: [bug#44869] [PATCH] gnu: Add sbcl-claw-support.
Date: Wed, 25 Nov 2020 15:59:06 +0100 (CET)	[thread overview]
Message-ID: <MMzuZU9--3-2@tuta.io> (raw)

From 0c0e80e5d0062e5285f4d8424c6393f332678dca Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd@tuta.io>
Date: Wed, 25 Nov 2020 17:58:04 +0300
Subject: [PATCH] gnu: Add sbcl-claw-support.

* gnu/packages/lisp-xyz.scm (sbcl-claw-support): New variable.
---
 gnu/packages/lisp-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index fe2af3e..24f1424 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6045,6 +6045,28 @@ neat APIs and connection-pooling.  It is meant to supersede Drakma.")
 (define-public ecl-dexador
   (sbcl-package->ecl-package sbcl-dexador))
 
+(define-public sbcl-claw-support
+  (package
+    (name "sbcl-claw-support")
+    (version "stable")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/borodust/claw-support")
+             (commit "9a15c8bed04585f45e6a461bcda1b475144dbd0b")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1my2ka7h72ipx5n3b465g6kjkasrhsvhqlijwcg6dhlzs5yygl23"))))
+    (build-system asdf-build-system/sbcl)
+    (arguments
+     '(#:asd-file "claw-support.asd"
+       #:asd-system-name "claw-support"))
+    (home-page "https://github.com/borodust/claw-support")
+    (synopsis "Support routines for claw")
+    (description "This packages provide support routines for @code{claw} common-lisp package.")
+    (license license:expat)))
+
 (define-public sbcl-lisp-namespace
   (let ((commit "28107cafe34e4c1c67490fde60c7f92dc610b2e0")
         (revision "1"))
-- 
2.28.0







             reply	other threads:[~2020-11-25 15:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-25 14:59 Adam Kandur via Guix-patches via [this message]
2020-11-29 14:47 ` bug#44869: [PATCH] gnu: Add sbcl-claw-support 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MMzuZU9--3-2@tuta.io \
    --to=guix-patches@gnu.org \
    --cc=44869@debbugs.gnu.org \
    --cc=rndd@tuta.io \
    /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 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).