mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-random-fast-rng-0.1.
* gnu/packages/crates-io.scm (rust-random-fast-rng-0.1): New variable.
This commit is contained in:
parent
cf5fdbf3cf
commit
9effe707ae
1 changed files with 23 additions and 0 deletions
|
@ -24776,6 +24776,29 @@ random number generators.")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-rand" ,rust-rand-0.6))))))
|
(("rust-rand" ,rust-rand-0.6))))))
|
||||||
|
|
||||||
|
(define-public rust-random-fast-rng-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-random-fast-rng")
|
||||||
|
(version "0.1.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "random-fast-rng" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "18q577c8j2j9j044b5fnj1xw1lwkyjrkl3agzp3lvx3iln24wy4m"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||||
|
("rust-random-trait" ,rust-random-trait-0.1))))
|
||||||
|
(home-page "https://github.com/elichai/random-rs")
|
||||||
|
(synopsis "Library for fast non cryptographic random number generator")
|
||||||
|
(description
|
||||||
|
"This package is a Rust library for fast non cryptographic random number
|
||||||
|
generator.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-random-trait-0.1
|
(define-public rust-random-trait-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-random-trait")
|
(name "rust-random-trait")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue