all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46006] [PATCH] gnu: Add sbcl-claw.
@ 2021-01-20 11:22 guix-patches--- via
  2021-01-20 13:37 ` bug#46006: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: guix-patches--- via @ 2021-01-20 11:22 UTC (permalink / raw)
  To: 46006


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")





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#46006: [PATCH] gnu: Add sbcl-claw.
  2021-01-20 11:22 [bug#46006] [PATCH] gnu: Add sbcl-claw guix-patches--- via
@ 2021-01-20 13:37 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-01-20 13:37 UTC (permalink / raw)
  To: Adam Kandur; +Cc: 46006-done


Patch pushed as b50a14422fbfbaba17fffa53c3a2b06bcecd7e99 with some
modifications.
Thanks.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-20 13:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20 11:22 [bug#46006] [PATCH] gnu: Add sbcl-claw guix-patches--- via
2021-01-20 13:37 ` bug#46006: " Guillaume Le Vaillant

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.