this repo has no description
1opam-version: "2.0" 2synopsis: "Generating cryptographically-secure random numbers" 3description: 4 "A library relying on Rust rand to generate random numbers. The random numbers are cryptographically secure." 5maintainer: ["david@o1labs.org"] 6authors: ["David Wong"] 7license: "ISC" 8homepage: "https://github.com/mimoo/randoml" 9bug-reports: "https://github.com/mimoo/randoml/issues" 10depends: [ 11 "conf-rust-2018" 12 "bignum" {>= "v0.14.0"} 13 "dune" {>= "2.8.0"} 14 "ppx_inline_test" {>= "v0.14.1"} 15 "core_kernel" {> "v0.14.0"} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/mimoo/randoml.git" 33url { 34 src: 35 "https://github.com/mimoo/randoml/releases/download/0.1.5/randoml-0.1.5.tbz" 36 checksum: [ 37 "sha256=a9de5733299b6a28872d07500c6ef459681a2322a6868b1ea3cadc99172e2e52" 38 "sha512=aa17aa35031abbcc2e7f68fe854bda3439b4bc9cddab6f88b61fd26c5a99280c5ea5eac8ca8ba1dc03db57ef75d4eaf61ba5140f4b19fe2038cfe2d4258cb35b" 39 ] 40} 41x-commit-hash: "e74c635bb7946c042fdd0b296969780580f3d89d"