all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: guix-patches--- via <guix-patches@gnu.org>
To: 46006@debbugs.gnu.org
Subject: [bug#46006] [PATCH] gnu: Add sbcl-claw.
Date: Wed, 20 Jan 2021 12:22:06 +0100 (CET)	[thread overview]
Message-ID: <MRUWvQz--3-2@tuta.io> (raw)


master 1888bb7166b7baba17e3ce1e4f65da91fba2a0f7
Author:     Adam Kandur <rndd@tuta.io>
AuthorDate: Wed Jan 20 14:01:54 2021 +0300
Commit:     Adam Kandur <rndd@tuta.io>
CommitDate: Wed Jan 20 14:01:54 2021 +0300

Parent:     100a4f8 gnu: Add pgloader.
Merged:     master
Contained:  master

gnu: Add sbcl-claw.

* gnu/packages/lisp-xyz.scm (sbcl-claw): New variable.

1 file changed, 36 insertions(+)
gnu/packages/lisp-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++

modified   gnu/packages/lisp-xyz.scm
@@ -12167,6 +12167,42 @@ extensible initializers.")
 (define-public ecl-make-hash
   (sbcl-package->ecl-package sbcl-make-hash))
 
+(define-public sbcl-claw
+  (let ((revision "0")
+        (commit "3cd4a96fca95eb9e8d5d069426694669f81b2250"))
+    (package
+      (name "sbcl-claw")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/borodust/claw")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "146yv0hc4hmk72562ssj2d41143pp84dcbd1h7f4nx1c7hf2bb0d"))))
+      (build-system asdf-build-system/sbcl)
+      (arguments
+       '(#:asd-files '("claw.asd")
+         #:asd-systems '("claw")))
+      (inputs
+       `(("cl-ppcre" ,sbcl-cl-ppcre)
+     ("sbcl-local-time" ,sbcl-local-time)
+     ("sbcl-claw-support" ,sbcl-claw-support)
+     ("sbcl-cl-json" ,sbcl-cl-json)
+     ("cffi" ,sbcl-cffi)))
+      (home-page "https://github.com/borodust/claw")
+      (synopsis "Autowrapper for Common Lisp")
+      (description "Common Lisp autowrapping facility for quickly creating clean&lean bindings to C libraries (C++ support pending).")
+      (license license:bsd-2))))
+
+(define-public cl-claw
+  (sbcl-package->cl-source-package sbcl-claw))
+
+(define-public ecl-claw
+  (sbcl-package->ecl-package sbcl-claw))
+
 (define-public sbcl-claw-support
   (package
     (name "sbcl-claw-support")





             reply	other threads:[~2021-01-20 11:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-20 11:22 guix-patches--- via [this message]
2021-01-20 13:37 ` bug#46006: [PATCH] gnu: Add sbcl-claw 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=MRUWvQz--3-2@tuta.io \
    --to=guix-patches@gnu.org \
    --cc=46006@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 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.