this repo has no description
1opam-version: "2.0" 2synopsis: "Easy to use, cryptographically safe random data" 3maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"] 4authors: ["Leandro Ostera <leandro@abstractmachines.dev>"] 5license: "MIT" 6tags: ["random" "random data"] 7homepage: "https://github.com/leostera/random" 8bug-reports: "https://github.com/leostera/random/issues" 9depends: [ 10 "mirage-crypto" {>= "0.11.2" & < "1.0.0"} 11 "mirage-crypto-rng" {>= "0.11.2" & < "1.0.0"} 12 "ocaml" {>= "4.14.0"} 13 "randomconv" {>= "0.1.3" & < "0.2.0"} 14 "dune" {>= "3.14"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/leostera/random.git" 32url { 33 src: 34 "https://github.com/leostera/random/releases/download/0.0.1/random-0.0.1.tbz" 35 checksum: [ 36 "sha256=c8373956a728671d22ab4b7674574d6eb6cc67e2f8843a519d65b6fa37dcbdbb" 37 "sha512=1a584e7bee8ebe95960804378acb5487e4596bcf895acd080192168172be0aeca5ddc9120bbb44f8e853917b9a42c202e881d90e3d5b09389cd618fadbd2d178" 38 ] 39} 40x-commit-hash: "e89623218ee95d6b4ad39b62063bafbecd3383ee"