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" 9dev-repo: "git+https://github.com/ocaml-ppx/ppx_tools.git" 10build: ["dune" "build" "-p" name "-j" jobs] 11depends: [ 12 "ocaml" {>= "4.08.0" & < "4.13.0"} 13 "dune" {>= "1.6"} 14 "cppo" {build} 15] 16url { 17 src: 18 "https://github.com/ocaml-ppx/ppx_tools/releases/download/6.3/ppx_tools-6.3.tbz" 19 checksum: [ 20 "sha256=f6f37ff7ffda48606fa3ceb1756ad8f7312e3ca1f12e8c1349686f468a621f58" 21 "sha512=103102a1bf0fcc1335d53199d576b9c433222b5daaa17c13af93dab30aba0a0193965f1f7c9fd168c62f181aa10233670286e53775e9adf11f5a27cbdb18dc24" 22 ] 23} 24x-commit-hash: "108b134c0bf9a3b352d4153a78f370055521c86d"