opam-version: "2.0"
maintainer: "alain.frisch@lexifi.com"
build: [make "all"]
remove: [["ocamlfind" "remove" "ppx_tools"]]
depends: [
  "ocaml" {= "4.02.0"}
  "ocamlfind"
]
install: [make "install"]
synopsis: "Tools for authors of ppx rewriters and other syntactic tools"
flags: light-uninstall
url {
  src: "git://github.com/alainfrisch/ppx_tools.git"
}
