opam-version: "2.0"
maintainer: "frederic.bour@lakaban.net"
authors: [
  "Frédéric Bour <frederic.bour@lakaban.net>"
  "Alain Frisch <alain.frisch@lexifi.com>"
]
license: "MIT"
homepage: "https://github.com/let-def/ppx_tools_versioned"
bug-reports: "https://github.com/let-def/ppx_tools_versioned/issues"
dev-repo: "git://github.com/let-def/ppx_tools_versioned.git"
tags: [ "syntax" ]
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {>= "4.02.0" & < "4.08.0"}
  "jbuilder" {>= "1.0+beta17"}
  "ocaml-migrate-parsetree" {>= "0.5" & < "1.3.0"}
]
synopsis: "A variant of ppx_tools based on ocaml-migrate-parsetree"
url {
  src: "https://github.com/ocaml-ppx/ppx_tools_versioned/archive/5.2.tar.gz"
  checksum: "md5=f2f1a1cd11aeb9f91a92ab691720a401"
}
