me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-slotmap-1.

* gnu/packages/crates-io.scm (rust-slotmap-1): New variable.
master
Efraim Flashner 2023-04-24 16:17:01 +03:00
parent eeeff4be50
commit a11f27b4e7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 27 additions and 0 deletions

View File

@ -57750,6 +57750,33 @@ crate.")
functions.")
(license license:expat)))
(define-public rust-slotmap-1
(package
(name "rust-slotmap")
(version "1.0.6")
(source (origin
(method url-fetch)
(uri (crate-uri "slotmap" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0hhkvsc3x79c7fh97b3padjhssd19hzdyyiv291mr3qf3lk8xq71"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-serde" ,rust-serde-1)
("rust-version-check" ,rust-version-check-0.9))
#:cargo-development-inputs
(("rust-fxhash" ,rust-fxhash-0.2)
("rust-quickcheck" ,rust-quickcheck-0.9)
("rust-serde" ,rust-serde-1)
("rust-serde-derive" ,rust-serde-derive-1)
("rust-serde-json" ,rust-serde-json-1))))
(home-page "https://github.com/orlp/slotmap")
(synopsis "Slotmap data structure")
(description "Slotmap data structure")
(license license:zlib)))
(define-public rust-slug-0.1
(package
(name "rust-slug")