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" {>= "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" url { src: "https://github.com/mimoo/randoml/releases/download/0.1.5/randoml-0.1.5.tbz" checksum: [ "sha256=a9de5733299b6a28872d07500c6ef459681a2322a6868b1ea3cadc99172e2e52" "sha512=aa17aa35031abbcc2e7f68fe854bda3439b4bc9cddab6f88b61fd26c5a99280c5ea5eac8ca8ba1dc03db57ef75d4eaf61ba5140f4b19fe2038cfe2d4258cb35b" ] } x-commit-hash: "e74c635bb7946c042fdd0b296969780580f3d89d"