gnu: Add rust-roaring-0.10.
* gnu/packages/crates-io.scm (rust-roaring-0.10): New variable. (rust-retain-mut-0.1.7): New variable. Change-Id: I71b582e85384caecbfff08f3b4fbac899e71255b Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
c77515e054
commit
499879ec31
@ -62832,6 +62832,19 @@ Should not be used directly.")
|
|||||||
functionality as retain but gives mutable borrow to the predicate.")
|
functionality as retain but gives mutable borrow to the predicate.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-retain-mut-0.1.7
|
||||||
|
(package
|
||||||
|
(inherit rust-retain-mut-0.1)
|
||||||
|
(name "rust-retain-mut")
|
||||||
|
(version "0.1.7")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "retain_mut" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "11j09lp1wqwc2r9bw58my2474zj95jz5fihff3ldv3rz0g2baccc"))))))
|
||||||
|
|
||||||
(define-public rust-rfc2047-decoder-0.2
|
(define-public rust-rfc2047-decoder-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-rfc2047-decoder")
|
(name "rust-rfc2047-decoder")
|
||||||
@ -63142,6 +63155,33 @@ MessagePack format.")
|
|||||||
(description "Model a project roadmap as a directed acyclic graph.")
|
(description "Model a project roadmap as a directed acyclic graph.")
|
||||||
(license license:expat-0)))
|
(license license:expat-0)))
|
||||||
|
|
||||||
|
(define-public rust-roaring-0.10
|
||||||
|
(package
|
||||||
|
(name "rust-roaring")
|
||||||
|
(version "0.10.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "roaring" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0wcgprdw49xy7w00zzspbhrq8f1kvlwqasmfxh8y1gd84vlba3zg"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-bytemuck" ,rust-bytemuck-1)
|
||||||
|
("rust-byteorder" ,rust-byteorder-1)
|
||||||
|
("rust-retain-mut" ,rust-retain-mut-0.1.7)
|
||||||
|
("rust-serde" ,rust-serde-1))
|
||||||
|
#:cargo-development-inputs (("rust-bincode" ,rust-bincode-1)
|
||||||
|
("rust-proptest" ,rust-proptest-1)
|
||||||
|
("rust-serde-json" ,rust-serde-json-1))))
|
||||||
|
(home-page "https://github.com/RoaringBitmap/roaring-rs")
|
||||||
|
(synopsis "Better compressed bitset as a pure Rust implementation")
|
||||||
|
(description
|
||||||
|
"This package provides a better compressed bitset, as a pure Rust
|
||||||
|
implementation.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-rodio-0.15
|
(define-public rust-rodio-0.15
|
||||||
(package
|
(package
|
||||||
(name "rust-rodio")
|
(name "rust-rodio")
|
||||||
|
Loading…
Reference in New Issue
Block a user