GNU bug report logs - #46774
[PATCH] gnu: Add sbcl-cffi-c-ref.

Previous Next

Package: guix-patches;

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

Date: Thu, 25 Feb 2021 15:32:02 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 46774 in the body.
You can then email your comments to 46774 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#46774; Package guix-patches. (Thu, 25 Feb 2021 15:32:02 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. (Thu, 25 Feb 2021 15:32: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-cffi-c-ref.
Date: Thu, 25 Feb 2021 16:31:40 +0100 (CET)
master 84cc5947728a983f0544f02ca652315049f32288
Author:     Adam Kandur <rndd <at> tuta.io>
AuthorDate: Thu Feb 25 18:23:16 2021 +0300
Commit:     Adam Kandur <rndd <at> 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 sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Fri, 26 Feb 2021 08:12:02 GMT) Full text and rfc822 format available.

Notification sent to Adam Kandur <rndd <at> tuta.io>:
bug acknowledged by developer. (Fri, 26 Feb 2021 08:12:02 GMT) Full text and rfc822 format available.

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

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Adam Kandur <rndd <at> tuta.io>
Cc: 46774-done <at> debbugs.gnu.org
Subject: Re: [bug#46774] [PATCH] gnu: Add sbcl-cffi-c-ref.
Date: Fri, 26 Feb 2021 09:11:34 +0100
[Message part 1 (text/plain, inline)]
Patch pushed as f9dd7683c6740240895cfdd5f82d014277e2faf0 with some
modifications.
Thanks.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 26 Mar 2021 11:24:07 GMT) Full text and rfc822 format available.

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

Previous Next


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