opam-version: "2.0"
maintainer: "alain.frisch@lexifi.com"
authors: [ "Alain Frisch <alain.frisch@lexifi.com>" ]
homepage: "https://github.com/ocaml-ppx/ppx_tools"
bug-reports: "https://github.com/ocaml-ppx/ppx_tools/issues"
build: [make "all"]
remove: [["ocamlfind" "remove" "ppx_tools"]]
depends: [
  "ocaml" {>= "4.02.0" & < "4.03.0"}
  "ocamlfind" {>= "1.5.0"}
]
dev-repo: "git://github.com/ocaml-ppx/ppx_tools"
install: [make "install"]
synopsis: "Tools for authors of ppx rewriters and other syntactic tools"
flags: light-uninstall
url {
  src:
    "http://github.com/ocaml-ppx/ppx_tools/archive/ppx_tools_0.99.2.tar.gz"
  checksum: "md5=94926dda74fa4720d4d3edac57ba5fee"
}
