opam-version: "2.0"
maintainer: "frederic.bour@lakaban.net"
authors: [
  "Frédéric Bour <frederic.bour@lakaban.net>"
  "Alain Frisch <alain.frisch@lexifi.com>"
]
homepage: "https://github.com/let-def/ppx_tools_versioned"
bug-reports: "https://github.com/let-def/ppx_tools_versioned/issues"
license: "MIT"
tags: "syntax"
dev-repo: "git://github.com/let-def/ppx_tools_versioned.git"
build: [make "all"]
install: [make "install"]
remove: ["ocamlfind" "remove" "ppx_tools_versioned"]
depends: [
  "ocaml" {>= "4.02.0" & < "4.08.0"}
  "ocamlfind" {>= "1.5.0"}
  "ocaml-migrate-parsetree" {>= "1.0.7" & < "1.3.0"}
]
synopsis: "A variant of ppx_tools based on ocaml-migrate-parsetree"
flags: light-uninstall
url {
  src: "https://github.com/ocaml-ppx/ppx_tools_versioned/archive/5.1.tar.gz"
  checksum: "md5=e48cc87d6da6c2f3020fd8dfe8fe50de"
}
