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: [
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
  "ocaml"
  "jbuilder" {>= "1.0+beta7"}
  "menhir" {build}
  "easy-format"
  "atdgen" {with-test}
]
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."""
url {
  src: "https://github.com/mjambon/atd/archive/v1.12.0.tar.gz"
  checksum: "md5=f85f590714edcdd4b847aa242b6c5747"
}
