this repo has no description
1opam-version: "2.0" 2synopsis: "Tools for authors of ppx rewriters and other syntactic tools" 3maintainer: "Kate <kit.ty.kate@disroot.org>" 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" 9depends: [ 10 "ocaml" {>= "4.08.0" & < "4.14.0"} 11 "dune" {>= "1.6"} 12 "cppo" {build & >= "1.1.0"} 13] 14build: ["dune" "build" "-p" name "-j" jobs] 15dev-repo: "git+https://github.com/ocaml-ppx/ppx_tools.git" 16url { 17 src: 18 "https://github.com/ocaml-ppx/ppx_tools/releases/download/6.4/ppx_tools-6.4.tbz" 19 checksum: [ 20 "md5=e526ca3f0394166ef9694f9fd453b83d" 21 "sha512=9c51ae08a3ad0ea9d52ef856f396a13530199f9d2d66b97d2b1c6f66b52430bc195c909b4bd007d233014e2d7bba7e423b28e5ab41c8595b1c954308e9f18289" 22 ] 23}