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.02.3"} 21 "jbuilder" {>= "1.0+beta17"} 22 "biniou" {>= "1.0.6"} 23 "yojson" {>= "1.3.1" & < "2.0.0"} 24] 25synopsis: "Runtime library for code generated by atdgen." 26url { 27 src: "https://github.com/mjambon/atd/releases/download/2.0.0/atd-2.0.0.tbz" 28 checksum: [ 29 "sha256=9a2c51ca67b8091c81bf710b30c170e6f768c133952e8a6d2626b92d1eba57c1" 30 "md5=14e47609397c524ea0eae7c3f14f7ccf" 31 ] 32}