Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] randoml (0.1.4) #19057

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
44 changes: 44 additions & 0 deletions packages/randoml/randoml.0.1.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
synopsis: "Generating cryptographically-secure random numbers"
description:
"A library relying on Rust rand to generate random numbers. The random numbers are cryptographically secure."
maintainer: ["david@o1labs.org"]
authors: ["David Wong"]
license: "ISC"
homepage: "https://github.com/mimoo/randoml"
bug-reports: "https://github.com/mimoo/randoml/issues"
depends: [
"conf-rust-2018"
"bignum" {>= "v0.14.0"}
"dune" {>= "2.8.0"}
"ppx_inline_test" {with-test & >= "v0.14.1"}
"core_kernel" {> "v0.14.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/mimoo/randoml.git"
mseri marked this conversation as resolved.
Show resolved Hide resolved
post-messages: [
"This package requires at least rust version 1.53 to compile. Please make sure your system has a compatible version installed and try again." {failure}
]
url {
src:
"https://github.com/mimoo/randoml/releases/download/0.1.4/randoml-0.1.4.tbz"
checksum: [
"sha256=3cb0ec0fb90d70e4ee58a4be2c7aea364eb9782aeb6e81c329b7a273e891bd81"
"sha512=f18a09ced3c04ccd214c25a23663c219be915b290091852f734455936c19dd2a3b44a20d3ab52c6e3d5d1251b89d500462c62042371263582466135a47dc47c5"
]
}
x-commit-hash: "ac20cf06016a29285fda5fd7fd9e4b026c2f6d79"