mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-intervaltree-0.2.
* gnu/packages/crates-io.scm (rust-intervaltree-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
ecc528c369
commit
033b098de8
1 changed files with 25 additions and 0 deletions
|
@ -2792,6 +2792,31 @@ renamed to indexmap.")
|
||||||
"This package provides a snapshot testing library for Rust.")
|
"This package provides a snapshot testing library for Rust.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-intervaltree-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-intervaltree")
|
||||||
|
(version "0.2.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "intervaltree" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"10k40gsv79kwnsqrzwmnmm6psa5fqws8yggavmbggvymv16hffdg"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-smallvec" ,rust-smallvec-0.6))))
|
||||||
|
(home-page "https://github.com/main--/rust-intervaltree")
|
||||||
|
(synopsis "Immutable interval trees")
|
||||||
|
(description
|
||||||
|
"This package provides a simple and generic implementation of an
|
||||||
|
immutable interval tree.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-iovec-0.1
|
(define-public rust-iovec-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-iovec")
|
(name "rust-iovec")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue