this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Ocaml Random Generation of Arbitrary Types" 4description: "Ocaml Random Generation of Arbitrary Types" 5maintainer: ["lucas.randazzo@nomadic-labs.com"] 6authors: ["Lucas Randazzo"] 7license: "MIT" 8homepage: "http://github.com/lrand-nl/orgeat" 9bug-reports: "http://github.com/lrand-nl/orgeat" 10depends: [ 11 "dune" {>= "2.8" & >= "2.8"} 12 "ocaml" {>= "4.12.0"} 13 "zarith" {>= "1.11"} 14 "data-encoding" {>= "0.4" & < "0.5"} 15 "smol" {>= "0.0.1"} 16 "smol-helpers" {with-test & >= "0.0.1"} 17 "alcotest" {with-test & >= "1.4.0"} 18 "odoc" {with-doc} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://github.com/lrand-nl/orgeat" 35url { 36 src: "https://github.com/lrand-nl/orgeat/archive/0.0.1.tar.gz" 37 checksum: [ 38 "md5=591bfdcd7f0705efeb32b72015d96086" 39 "sha512=deb30610151e53b8dc9bd2eaebc88573be8a5c5192bfbc2d4fa2a02462fd2b6c7247974a46bd1ece5e0bf06589a4194db2ffab37d40d26ada23758a0c41d3e02" 40 ] 41}