gnu: sbcl-nibbles: Update to 0.14-1.8e6b9b4.
* gnu/packages/lisp-xyz.scm (sbcl-nibbles): Update to 0.14-1.8e6b9b4.
This commit is contained in:
parent
bfe2f67e91
commit
b8d4568b11
@ -1644,26 +1644,29 @@ Common Lisp.")
|
|||||||
(sbcl-package->ecl-package sbcl-rt))
|
(sbcl-package->ecl-package sbcl-rt))
|
||||||
|
|
||||||
(define-public sbcl-nibbles
|
(define-public sbcl-nibbles
|
||||||
(package
|
;; No tagged release since 2018.
|
||||||
(name "sbcl-nibbles")
|
(let ((commit "8e6b9b42d9f69000f55e5c45ad974d9e376ffdbd")
|
||||||
(version "0.14")
|
(revision "1"))
|
||||||
(source
|
(package
|
||||||
(origin
|
(name "sbcl-nibbles")
|
||||||
(method git-fetch)
|
(version (git-version "0.14" revision commit))
|
||||||
(uri (git-reference
|
(source
|
||||||
(url "https://github.com/sharplispers/nibbles/")
|
(origin
|
||||||
(commit (string-append "v" version))))
|
(method git-fetch)
|
||||||
(sha256
|
(uri (git-reference
|
||||||
(base32
|
(url "https://github.com/sharplispers/nibbles/")
|
||||||
"1v7qfgpvdr6nz7v63dj69d26dis0kff3rd8xamr1llfdvza2pm8f"))
|
(commit commit)))
|
||||||
(file-name (git-file-name "nibbles" version))))
|
(sha256
|
||||||
(build-system asdf-build-system/sbcl)
|
(base32 "15qlsm82h36pjgvfnbzdg60l21qxbaii4d049jc5y0dn56y93amb"))
|
||||||
(native-inputs
|
(file-name (git-file-name "nibbles" version))))
|
||||||
;; Tests only.
|
(build-system asdf-build-system/sbcl)
|
||||||
`(("rt" ,sbcl-rt)))
|
(native-inputs
|
||||||
(synopsis "Common Lisp library for accessing octet-addressed blocks of data")
|
;; Tests only.
|
||||||
(description
|
`(("rt" ,sbcl-rt)))
|
||||||
"When dealing with network protocols and file formats, it's common to
|
(synopsis
|
||||||
|
"Common Lisp library for accessing octet-addressed blocks of data")
|
||||||
|
(description
|
||||||
|
"When dealing with network protocols and file formats, it's common to
|
||||||
have to read or write 16-, 32-, or 64-bit datatypes in signed or unsigned
|
have to read or write 16-, 32-, or 64-bit datatypes in signed or unsigned
|
||||||
flavors. Common Lisp sort of supports this by specifying :element-type for
|
flavors. Common Lisp sort of supports this by specifying :element-type for
|
||||||
streams, but that facility is underspecified and there's nothing similar for
|
streams, but that facility is underspecified and there's nothing similar for
|
||||||
@ -1677,8 +1680,8 @@ SETFable. Since it's sometimes desirable to read/write directly from streams,
|
|||||||
functions for doing so are also provided. On some implementations,
|
functions for doing so are also provided. On some implementations,
|
||||||
reading/writing IEEE singles/doubles (i.e. single-float and double-float) will
|
reading/writing IEEE singles/doubles (i.e. single-float and double-float) will
|
||||||
also be supported.")
|
also be supported.")
|
||||||
(home-page "https://github.com/sharplispers/nibbles")
|
(home-page "https://github.com/sharplispers/nibbles")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public cl-nibbles
|
(define-public cl-nibbles
|
||||||
(sbcl-package->cl-source-package sbcl-nibbles))
|
(sbcl-package->cl-source-package sbcl-nibbles))
|
||||||
|
Loading…
Reference in New Issue
Block a user