# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Schema compiler for Avro" maintainer: ["Simon Cruanes"] authors: ["Simon Cruanes"] license: "MIT" homepage: "https://github.com/c-cube/ocaml-avro" bug-reports: "https://github.com/c-cube/ocaml-avro/issues/" depends: [ "dune" {>= "2.0"} "ocaml" {>= "4.08.0"} "odoc" {with-doc} "yojson" {>= "1.6"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/c-cube/ocaml-avro.git" url { src: "https://github.com/c-cube/ocaml-avro/archive/v0.1.tar.gz" checksum: [ "md5=729b33e6f19b3065fe2e3444c0981d73" "sha512=671049a5b471323d87bfa7fd85dc4d1a5ba606c035110e2170b292f32d90d37f093ba91eb0234fbf73435c4c6c3a9a7381fb1a4e450101fa10ff5dea1e3e62a8" ] }