opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "https://github.com/MyLifeLabs/atdgen"
build: make
remove: [
    ["ocamlfind" "remove" "atdgen"]
]
depends: [
  "ocaml" {< "4.02.0"}
  "ocamlfind"
  "atd" {= "1.0.2" & < "1.13.0"}
  "biniou"
  "yojson"
]
dev-repo: "git://github.com/MyLifeLabs/atdgen"
install: [make "install" "BINDIR=%{bin}%"]
synopsis:
  "Generates efficient JSON serializers, deserializers and validators"
flags: light-uninstall
extra-files: ["atdgen.install" "md5=8747b34b3b125cc7cdb5ead04902795d"]
url {
  src: "https://github.com/mjambon/atdgen/archive/v1.2.2.tar.gz"
  checksum: "md5=90dc173506001aa78dbb7b7f2c81bb49"
}
