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.04.2"}
10 "dune"
11 "cstruct" {>= "1.9.0"}
12]
13build: [
14 ["dune" "subst"] {dev}
15 ["dune" "build" "-p" name "-j" jobs]
16]
17dev-repo: "git+https://github.com/hannesm/randomconv.git"
18synopsis: "Convert from random byte vectors (Cstruct.t) to random native numbers"
19description: """
20Given a function which produces random byte vectors, convert it to
21a number of your choice (int8/int16/int32/int64/int/float).
22"""
23url {
24 src:
25 "https://github.com/hannesm/randomconv/releases/download/0.1.2/randomconv-0.1.2.tbz"
26 checksum: [
27 "sha256=f2cff18795090415bd38170296b36b6eac7bc0312754a020135534ddbcb4609f"
28 "md5=f5be15b892d65b94d6cbbaec218f77f8"
29 ]
30}