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.10.0" & < "4.11"} 13 "dune" {>= "1.6"} 14] 15url { 16 src: "https://github.com/ocaml-ppx/ppx_tools/archive/6.1+4.10.0.tar.gz" 17 checksum: [ 18 "md5=02fe2fab316e4a8b39d899e5839d7eec" 19 "sha512=596dd6c9682eb1f36376a9fb60b9dff58ce7416bd83d5d0f5b36517b917b9466c99f621bcccc012255eefcd07d9c1663c2900eae60d89492c2e62c3173ed9311" 20 ] 21}