this repo has no description
1opam-version: "2.0" 2synopsis: "Tools for authors of ppx rewriters and other syntactic tools" 3maintainer: "alain.frisch@lexifi.com" 4authors: "Alain Frisch <alain.frisch@lexifi.com>" 5license: "MIT" 6tags: [ "syntax" ] 7homepage: "https://github.com/ocaml-ppx/ppx_tools" 8bug-reports: "https://github.com/ocaml-ppx/ppx_tools/issues" 9dev-repo: "git+https://github.com/ocaml-ppx/ppx_tools.git" 10build: ["dune" "build" "-p" name "-j" jobs] 11depends: [ 12 "ocaml" {>= "4.08.0" & < "4.10"} 13 "dune" {>= "1.6"} 14] 15url { 16 src: "https://github.com/ocaml-ppx/ppx_tools/archive/6.0+4.08.0.tar.gz" 17 checksum: [ 18 "md5=801e82103fee7ce1e4a59ab670601952" 19 "sha512=b576398a0dfad76ea9874cc18550bb44078a7e8f8dc0c169a0441f75f3881e458c42316c96d816c6e81d5ef219fac3aa539471f006b46088c9b943ed8af8b947" 20 ] 21}