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.2+4.08.0.tar.gz"
18 checksum: [
19 "sha256=b170f4f0058c83e2133a66c7e310c5785cbfaf301e8cf55902c4bbb2040b3ac2"
20 "md5=3f911ebddad5eb4dd279b303a34d9493"
21 ]
22}