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" 6homepage: "https://github.com/ocaml-ppx/ppx_tools" 7bug-reports: "https://github.com/ocaml-ppx/ppx_tools/issues" 8dev-repo: "git+https://github.com/ocaml-ppx/ppx_tools.git" 9tags: [ "syntax" ] 10build: [[make "all"]] 11install: [[make "install"]] 12depends: [ 13 "ocaml" {>= "4.08.0" & < "4.10"} 14 "ocamlfind" {build & >= "1.5.0"} 15] 16url { 17 src: "https://github.com/ocaml-ppx/ppx_tools/archive/5.3+4.08.0.tar.gz" 18 checksum: [ 19 "sha256=843ae4f2817269e31b62101add093f0497566a5bf74205ad24dfc0a033803645" 20 "md5=702b11138c095662c175aa4dcce5c921" 21 ] 22}