this repo has no description
1opam-version: "2.0" 2maintainer: "Hannes Mehnert <hannes@mehnert.org>" 3authors: "Hannes Mehnert <hannes@mehnert.org>" 4license: "ISC" 5homepage: "https://github.com/hannesm/randomconv" 6doc: "https://hannesm.github.io/randomconv/doc" 7bug-reports: "https://github.com/hannesm/randomconv/issues" 8depends: [ 9 "ocaml" {>= "4.08.0"} 10 "dune" {>= "1.0"} 11] 12build: [ 13 ["dune" "subst"] {dev} 14 ["dune" "build" "-p" name "-j" jobs] 15] 16dev-repo: "git+https://github.com/hannesm/randomconv.git" 17synopsis: "Convert from random byte vectors (int -> string) to random native numbers" 18description: """ 19Given a function which produces random byte vectors, convert it to 20a number of your choice (int8/int16/int32/int64/int/float). 21""" 22url { 23 src: 24 "https://github.com/hannesm/randomconv/releases/download/v0.2.0/randomconv-0.2.0.tbz" 25 checksum: [ 26 "sha256=b3171edf07e341a4468f92ffc21e2a8863b82ed5c36f7477cc98daf05d5b63ea" 27 "sha512=376c36da6b67ed1d817ea13fbbc3490f356f0890f9e009a55d12946c6811611ea9bd31aec733dd961de7209effa23649505f61d1ed3fc18af225ca4ec9131c38" 28 ] 29} 30x-commit-hash: "b2ce656d09738d676351f5a1c18aff0ff37a7dcc" 31x-maintenance-intent: [ "(latest)" ]