this repo has no description
1opam-version: "2.0" 2maintainer: "martin@mjambon.com" 3authors: ["Martin Jambon"] 4 5homepage: "https://github.com/mjambon/atd" 6bug-reports: "https://github.com/mjambon/atd/issues" 7dev-repo: "git+https://github.com/mjambon/atd.git" 8 9build: [ 10 ["jbuilder" "subst" "-p" name] {dev} 11 ["jbuilder" "build" "-p" name "-j" jobs] 12] 13 14# Restore when https://github.com/mjambon/atd/issues/121 is resolved. 15# build-test: [ 16# ["jbuilder" "runtest" "-p" name] 17# ] 18 19depends: [ 20 "ocaml" {>= "4.03.0" & < "5.0"} 21 "jbuilder" {>= "1.0+beta7"} 22 "menhir" {build & < "20211215"} 23 "easy-format" 24] 25synopsis: "Parser for the ATD data format description language" 26description: """ 27ATD is the OCaml library providing a parser for the ATD language and 28various utilities. ATD stands for Adjustable Type Definitions in 29reference to its main property of supporting annotations that allow a 30good fit with a variety of data formats.""" 31url { 32 src: "https://github.com/mjambon/atd/releases/download/2.0.0/atd-2.0.0.tbz" 33 checksum: [ 34 "sha256=9a2c51ca67b8091c81bf710b30c170e6f768c133952e8a6d2626b92d1eba57c1" 35 "md5=14e47609397c524ea0eae7c3f14f7ccf" 36 ] 37}