gnu: Add rust-ordered-float-1.0.
* gnu/packages/crates-io.scm (rust-ordered-float-1.0): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
d39efce8bc
commit
b950135eb7
|
@ -9286,6 +9286,32 @@ system for OpenSSL.")
|
|||
"This package provides FFI bindings to OpenSSL for use in rust crates.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-ordered-float-1.0
|
||||
(package
|
||||
(name "rust-ordered-float")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ordered-float" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0625x96987kspdxbikry5mb7hsf5pdc5bbanxd8wjwqlx0ar71hq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-num-traits" ,rust-num-traits-0.2)
|
||||
("rust-serde" ,rust-serde-1.0))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde-test" ,rust-serde-test-1.0))))
|
||||
(home-page "https://github.com/reem/rust-ordered-float")
|
||||
(synopsis "Wrappers for total ordering on floats")
|
||||
(description
|
||||
"This package provides wrappers for total ordering on floats in Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-ordermap-0.3
|
||||
(package
|
||||
(name "rust-ordermap")
|
||||
|
|
Reference in New Issue