gnu: Add rust-ordered-multimap-0.3.
* gnu/packages/crates-io.scm (rust-ordered-multimap-0.3): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
8a11e30c5a
commit
a3fd1e75e4
1 changed files with 24 additions and 0 deletions
|
@ -31750,6 +31750,30 @@ (define-public rust-ordered-float-1
|
|||
(base32
|
||||
"0625x96987kspdxbikry5mb7hsf5pdc5bbanxd8wjwqlx0ar71hq"))))))
|
||||
|
||||
(define-public rust-ordered-multimap-0.3
|
||||
(package
|
||||
(name "rust-ordered-multimap")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ordered-multimap" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1194q7sb2d6chbllsn7237dhhvx04iqr3sq0ii16w1pcv5x2qrqw"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-dlv-list" ,rust-dlv-list-0.2)
|
||||
("rust-hashbrown" ,rust-hashbrown-0.9)
|
||||
("rust-serde" ,rust-serde-1))))
|
||||
(home-page "https://github.com/sgodwincs/ordered-multimap-rs")
|
||||
(synopsis "Insertion ordered multimap")
|
||||
(description "This crate provides a multimap type object that maintains
|
||||
insertion order across all keys and values.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-ordermap-0.3
|
||||
(package
|
||||
(name "rust-ordermap")
|
||||
|
|
Loading…
Reference in a new issue