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" & < "5.1.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.6/ppx_tools-6.6.tar.gz" 19 checksum: [ 20 "md5=b2af2febba308b294931e7934974f9d5" 21 "sha512=7bbb9a8d9aaa68c54048fde383f7ba2499ac53bbc2d7e3ba907de342ea48ffded69acc2e4ca4c38c2b2b1004b5e004230988a36ad34a4b5361c2a3ad1f858a53" 22 ] 23}