all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adam Kandur via Guix-patches via <guix-patches@gnu.org>
To: 46774@debbugs.gnu.org
Subject: [bug#46774] [PATCH] gnu: Add sbcl-cffi-c-ref.
Date: Thu, 25 Feb 2021 16:31:40 +0100 (CET)	[thread overview]
Message-ID: <MUOoHTI--3-2@tuta.io> (raw)

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







             reply	other threads:[~2021-02-25 15:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-25 15:31 Adam Kandur via Guix-patches via [this message]
2021-02-26  8:11 ` bug#46774: [PATCH] gnu: Add sbcl-cffi-c-ref 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=MUOoHTI--3-2@tuta.io \
    --to=guix-patches@gnu.org \
    --cc=46774@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.