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.12.0"} 13 "dune" {>= "1.6"} 14] 15url { 16 src: "https://github.com/ocaml-ppx/ppx_tools/archive/6.2.tar.gz" 17 checksum: [ 18 "md5=68b05e0794c475c384b9285d1156d1f3" 19 "sha512=fc3943c69901ef46843355c3482d5a1481d05ee94fb0a344ec04101059a02cbaa76fed5742cfae82730edf378f2e140d859a5cf590653f85359255d451f07dc8" 20 ] 21}