mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: Add rust-intmap-0.7.
* gnu/packages/crates-io.scm (rust-intmap-0.7): New variable. Change-Id: I008ebe200ce20002bb63560626cbfab974a13626
This commit is contained in:
parent
35ffc0d2bf
commit
70f548ccfb
1 changed files with 21 additions and 0 deletions
|
@ -34817,6 +34817,27 @@ (define-public rust-interprocess-2
|
|||
(description "This package provides an interprocess communication toolkit.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-intmap-0.7
|
||||
(package
|
||||
(name "rust-intmap")
|
||||
(version "0.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "intmap" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ffph34qfda5zxdvy2pvjnip9hgzbjcxw53pvdpcjaxc8n7z4lmf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs (("rust-ordermap" ,rust-ordermap-0.2)
|
||||
("rust-rand" ,rust-rand-0.3))))
|
||||
(home-page "https://github.com/JesperAxelsson/rust-intmap")
|
||||
(synopsis "Specialized HashMap for integer keys")
|
||||
(description
|
||||
"This package provides a specialized @code{HashMap} for integer keys.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-invalidstring-0.1
|
||||
(package
|
||||
(name "rust-invalidstring")
|
||||
|
|
Loading…
Reference in a new issue