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" 8build: [ 9 ["jbuilder" "subst" "-p" name] {dev} 10 ["jbuilder" "build" "-p" name "-j" jobs] 11] 12 13depends: [ 14 "ocaml" {>= "4.02.3" & < "5.0" } 15 "jbuilder" {>= "1.0+beta7"} 16 "menhir" {build & < "20211215"} 17 "easy-format" 18] 19synopsis: "Parser for the ATD data format description language" 20description: """ 21ATD is the OCaml library providing a parser for the ATD language and 22various utilities. ATD stands for Adjustable Type Definitions in 23reference to its main property of supporting annotations that allow a 24good fit with a variety of data formats.""" 25url { 26 src: "https://github.com/mjambon/atd/archive/1.13.0.tar.gz" 27 checksum: [ 28 "sha256=e8b9513971f4578d2b0a918323ca10b79008271160d8bdc61b02d43336b7a970" 29 "md5=da11b6157d5674e2d27cfd401eb8003a" 30 ] 31}