# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Ocaml Random Generation of Arbitrary Types" description: "Ocaml Random Generation of Arbitrary Types" maintainer: ["lucas.randazzo@nomadic-labs.com"] authors: ["Lucas Randazzo"] license: "MIT" homepage: "http://github.com/lrand-nl/orgeat" bug-reports: "http://github.com/lrand-nl/orgeat" depends: [ "dune" {>= "2.8" & >= "2.8"} "ocaml" {>= "4.12.0"} "zarith" {>= "1.11"} "data-encoding" {>= "0.4" & < "0.5"} "smol" {>= "0.0.1"} "smol-helpers" {with-test & >= "0.0.1"} "alcotest" {with-test & >= "1.4.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/lrand-nl/orgeat" url { src: "https://github.com/lrand-nl/orgeat/archive/0.0.1.tar.gz" checksum: [ "md5=591bfdcd7f0705efeb32b72015d96086" "sha512=deb30610151e53b8dc9bd2eaebc88573be8a5c5192bfbc2d4fa2a02462fd2b6c7247974a46bd1ece5e0bf06589a4194db2ffab37d40d26ada23758a0c41d3e02" ] }