opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "https://github.com/mjambon/atd"
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.1.1.tar.gz"
  checksum: "md5=57f5caf4a1e7f44bc52daa996c8fbc88"
}
