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"} 15 "jbuilder" {>= "1.0+beta17"} 16 "biniou" {>= "1.0.6"} 17 "yojson" {>= "1.2.1" & < "2.0.0"} 18] 19synopsis: "Runtime library for code generated by atdgen." 20url { 21 src: "https://github.com/mjambon/atd/archive/1.13.0.tar.gz" 22 checksum: [ 23 "sha256=e8b9513971f4578d2b0a918323ca10b79008271160d8bdc61b02d43336b7a970" 24 "md5=da11b6157d5674e2d27cfd401eb8003a" 25 ] 26}