opam-version: "2.0"
maintainer: "martin@mjambon.com"
authors: ["Martin Jambon"]

homepage: "https://github.com/mjambon/atd"
bug-reports: "https://github.com/mjambon/atd/issues"
dev-repo: "git+https://github.com/mjambon/atd.git"
build: [ [make] ]
remove: [["ocamlfind" "remove" "atd"]]
depends: ["ocaml" "ocamlfind" "menhir" "easy-format"]
install: [make "install" "BINDIR=%{bin}%"]
synopsis: "Parser for the ATD data format description language"
description: """
ATD is the OCaml library providing a parser for the ATD language and
various utilities. ATD stands for Adjustable Type Definitions in
reference to its main property of supporting annotations that allow a
good fit with a variety of data formats."""
flags: light-uninstall
extra-files: ["atd.install" "md5=e8e10fa0f841eeef31a79df8e78618f0"]
url {
  src: "https://github.com/mjambon/atd/archive/v1.2.0.tar.gz"
  checksum: "md5=b6a375858b523db02225b2b3c429aa16"
}
