GNU bug report logs -
#46774
[PATCH] gnu: Add sbcl-cffi-c-ref.
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#46774: [PATCH] gnu: Add sbcl-cffi-c-ref.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 46774 <at> debbugs.gnu.org.
--
46774: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46774
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Patch pushed as f9dd7683c6740240895cfdd5f82d014277e2faf0 with some
modifications.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
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")
This bug report was last modified 4 years and 144 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.