mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: Add rust-primal-check-0.3.
* gnu/packages/crates-io.scm (rust-primal-check-0.3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I21913daf5647fdbb0a61434f9e25a1800d14c5e0
This commit is contained in:
parent
6d6a7b08ab
commit
634186b812
1 changed files with 21 additions and 0 deletions
|
@ -56070,6 +56070,27 @@ formatted tables in terminal.")
|
|||
prime-number-related needs of @code{rust-primal}.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-primal-check-0.3
|
||||
(package
|
||||
(name "rust-primal-check")
|
||||
(version "0.3.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "primal-check" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "025xnak4rhkwa4h970bjb3cvp2k853wviyr84n8gjfhy65dqj3fw"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-num-integer" ,rust-num-integer-0.1))
|
||||
#:cargo-development-inputs (("rust-primal" ,rust-primal-0.3))))
|
||||
(home-page "https://github.com/huonw/primal")
|
||||
(synopsis "Test primality")
|
||||
(description
|
||||
"This package provides a standalone primality testing tool.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-print-bytes-1
|
||||
(package
|
||||
(name "rust-print-bytes")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue