GNU bug report logs - #46006
[PATCH] gnu: Add sbcl-claw.

Previous Next

Package: guix-patches;

Reported by: Adam Kandur <rndd <at> tuta.io>

Date: Wed, 20 Jan 2021 11:23:01 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46006 in the body.
You can then email your comments to 46006 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#46006; Package guix-patches. (Wed, 20 Jan 2021 11:23:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adam Kandur <rndd <at> tuta.io>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 20 Jan 2021 11:23:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Adam Kandur <rndd <at> tuta.io>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add sbcl-claw.
Date: Wed, 20 Jan 2021 12:22:06 +0100 (CET)
master 1888bb7166b7baba17e3ce1e4f65da91fba2a0f7
Author:     Adam Kandur <rndd <at> tuta.io>
AuthorDate: Wed Jan 20 14:01:54 2021 +0300
Commit:     Adam Kandur <rndd <at> 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 sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Wed, 20 Jan 2021 13:38:01 GMT) Full text and rfc822 format available.

Notification sent to Adam Kandur <rndd <at> tuta.io>:
bug acknowledged by developer. (Wed, 20 Jan 2021 13:38:02 GMT) Full text and rfc822 format available.

Message #10 received at 46006-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Adam Kandur <rndd <at> tuta.io>
Cc: 46006-done <at> debbugs.gnu.org
Subject: Re: [bug#46006] [PATCH] gnu: Add sbcl-claw.
Date: Wed, 20 Jan 2021 14:37:32 +0100
Patch pushed as b50a14422fbfbaba17fffa53c3a2b06bcecd7e99 with some
modifications.
Thanks.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 18 Feb 2021 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 39 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.