all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46774] [PATCH] gnu: Add sbcl-cffi-c-ref.
@ 2021-02-25 15:31 Adam Kandur via Guix-patches via
  2021-02-26  8:11 ` bug#46774: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Kandur via Guix-patches via @ 2021-02-25 15:31 UTC (permalink / raw)
  To: 46774

master 84cc5947728a983f0544f02ca652315049f32288
Author:     Adam Kandur <rndd@tuta.io>
AuthorDate: Thu Feb 25 18:23:16 2021 +0300
Commit:     Adam Kandur <rndd@tuta.io>
CommitDate: Thu Feb 25 18:23:16 2021 +0300

Parent:     a2ece4d gnu: Add go-github-com-operatorfoundation-ed25519.
Merged:     master
Contained:  master

gnu: Add sbcl-cffi-c-ref.

* gnu/packages/lisp-xyz.scm (sbcl-cffi-c-ref): New variable.

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

modified   gnu/packages/lisp-xyz.scm
@@ -2931,6 +2931,37 @@ package.")
 (define-public ecl-cffi
   (sbcl-package->ecl-package sbcl-cffi))
 
+(define-public sbcl-cffi-c-ref
+  (package
+    (name "sbcl-cffi-c-ref")
+    (version "stable")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/borodust/cffi-c-ref")
+             (commit version)))
+       (sha256
+        (base32 "1a3pp6xcisabqir3rp1gvvjfdxcvpm8yr35p38nri9azsinmmc7z"))
+       (file-name (git-file-name name version))))
+    (build-system asdf-build-system/sbcl)
+    (inputs
+     `(("alexandria" ,sbcl-alexandria)
+       ("cffi" ,sbcl-cffi)))
+    (arguments
+     `(#:asd-files   '("cffi-c-ref.asd")
+       #:asd-systems '("cffi-c-ref")))
+    (synopsis "Adds streamlined access to foreign memory.")
+    (description "Adds streamlined access to foreign memory.")
+    (home-page "https://github.com/borodust/cffi-c-ref")
+    (license license:expat)))
+
+(define-public cl-cffi-c-ref
+  (sbcl-package->cl-source-package sbcl-cffi-c-ref))
+
+(define-public ecl-cffi-c-ref
+  (sbcl-package->ecl-package sbcl-cffi-c-ref))
+
 (define-public sbcl-cl-sqlite
   (package
     (name "sbcl-cl-sqlite")







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

* bug#46774: [PATCH] gnu: Add sbcl-cffi-c-ref.
  2021-02-25 15:31 [bug#46774] [PATCH] gnu: Add sbcl-cffi-c-ref Adam Kandur via Guix-patches via
@ 2021-02-26  8:11 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-02-26  8:11 UTC (permalink / raw)
  To: Adam Kandur; +Cc: 46774-done

[-- Attachment #1: Type: text/plain, Size: 90 bytes --]

Patch pushed as f9dd7683c6740240895cfdd5f82d014277e2faf0 with some
modifications.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

end of thread, other threads:[~2021-02-26  8:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-25 15:31 [bug#46774] [PATCH] gnu: Add sbcl-cffi-c-ref Adam Kandur via Guix-patches via
2021-02-26  8:11 ` bug#46774: " 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.