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"
  "easy-format"
]
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."""
extra-files: ["atd.install" "md5=85c0b001f598d183f5c15bab73fcbcac"]
url {
  src: "https://github.com/mjambon/atd/archive/v1.2.1.tar.gz"
  checksum: "md5=b9bb48680f32c351bae6118537d094ea"
}
