Archived
1
0
Fork 0

gnu: Add rust-libmath-0.2.

* gnu/packages/crates-io.scm (rust-libmath-0.2): New variable.

Change-Id: Ie18b444f9dd260f849f04bc5bee7d5a6324c5e6b
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
VÖRÖSKŐI András 2024-02-24 21:39:20 +01:00 committed by Efraim Flashner
parent 6973fdb29c
commit 63bfa8f662
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -36282,6 +36282,25 @@ functions and static variables these libraries contain.")
information.")
(license license:expat)))
(define-public rust-libmath-0.2
(package
(name "rust-libmath")
(version "0.2.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "libmath" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "00j546nfjsd4i1z1di800crazjyz6bv0dc63sn0awlx86ill3lyz"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-rand" ,rust-rand-0.3))))
(home-page "https://github.com/scoobadog/libmath-rs")
(synopsis "Mathematical utilities")
(description "This package provides some mathematical utilities.")
(license license:expat)))
(define-public rust-libmimalloc-sys-0.1
(package
(name "rust-libmimalloc-sys")