gnu: Add rust-tiger-0.1.
* gnu/packages/crates-io.scm (rust-tiger-0.1): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
9116989d78
commit
c918a03200
|
@ -50879,6 +50879,33 @@ fixed set of worker threads.")
|
||||||
"You can bind to libsodium from Rust with this crate.")
|
"You can bind to libsodium from Rust with this crate.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-tiger-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-tiger")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "tiger" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "01bhc7h8kxc5kjqx9sqrb3g8h4f9av6hpxzyihjq7pprphf56gj4"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-block-buffer" ,rust-block-buffer-0.9)
|
||||||
|
("rust-byteorder" ,rust-byteorder-1)
|
||||||
|
("rust-digest" ,rust-digest-0.9))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-digest" ,rust-digest-0.9)
|
||||||
|
("rust-hex-literal" ,rust-hex-literal-0.2))))
|
||||||
|
(home-page "https://github.com/RustCrypto/hashes")
|
||||||
|
(synopsis "Tiger hash function")
|
||||||
|
(description
|
||||||
|
"This package provides the Tiger cryptographic hash function.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-tikv-jemalloc-sys-0.4
|
(define-public rust-tikv-jemalloc-sys-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-tikv-jemalloc-sys")
|
(name "rust-tikv-jemalloc-sys")
|
||||||
|
|
Reference in New Issue