You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

34 lines
999 B

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://github.com/mjambon/atd.git"
build: [
["jbuilder" "subst" "-p" name] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]
# Restore when https://github.com/mjambon/atd/issues/121 is resolved.
# build-test: [
# ["jbuilder" "runtest" "-p" name]
# ]
depends: [
"ocaml" {>= "4.03.0"}
"jbuilder"
"menhir" {build}
"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."""
url {
src: "https://github.com/mjambon/atd/releases/download/2.0.0/atd-2.0.0.tbz"
checksum: "md5=14e47609397c524ea0eae7c3f14f7ccf"
}