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.15.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.5/ppx_tools-6.5.tar.gz" 19 checksum: [ 20 "md5=57439259c19b1615588c613a4e7c10e3" 21 "sha512=9f24e5feb9d32a5f038e94db33b6a8ba22ef0f83964bf657ac12fd0d39ae2580769612b1ba8988a56a146e4ae5da99e089bda24a4944b18b1df6e146bb75237b" 22 ] 23}