gnu: Add rust-assert-float-eq-1.
* gnu/packages/crates-io.scm (rust-assert-float-eq-1): New variable. Change-Id: Ifbdf598c1cc348a5a3fe5223c0da3d6ff008b190 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
89f9441ad3
commit
ac2172fc5d
1 changed files with 17 additions and 0 deletions
|
@ -5315,6 +5315,23 @@ assertions on the result of your program's run.")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-docmatic" ,rust-docmatic-0.1))))))
|
(("rust-docmatic" ,rust-docmatic-0.1))))))
|
||||||
|
|
||||||
|
(define-public rust-assert-float-eq-1
|
||||||
|
(package
|
||||||
|
(name "rust-assert-float-eq")
|
||||||
|
(version "1.1.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "assert_float_eq" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0xryhlk2p012y109048c5jj5f448cv0b86ylkjgg5v7dzcpnbsjc"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://github.com/AlexHuszagh/assert_float_eq")
|
||||||
|
(synopsis "Assertions for floating-point equality")
|
||||||
|
(description "This package provides assertions for floating-point equality.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-assert-fs-1
|
(define-public rust-assert-fs-1
|
||||||
(package
|
(package
|
||||||
(name "rust-assert-fs")
|
(name "rust-assert-fs")
|
||||||
|
|
Reference in a new issue