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/ocaml-ppx/ppx_tools_versioned"
bug-reports: "https://github.com/ocaml-ppx/ppx_tools_versioned/issues"
dev-repo: "git://github.com/ocaml-ppx/ppx_tools_versioned.git"
tags: [ "syntax" ]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {>= "4.02.0"}
  "dune" {>= "1.0"}
  "ocaml-migrate-parsetree" {>= "1.5.0" & < "2.0.0"}
]
synopsis: "A variant of ppx_tools based on ocaml-migrate-parsetree"
url {
  src:
    "https://github.com/ocaml-ppx/ppx_tools_versioned/releases/download/5.3.0/ppx_tools_versioned-5.3.0.tbz"
  checksum: [
    "md5=c285c0524fc05f27cd642591d951a48d"
    "sha512=26be7b3b2d112718fd44f82de6296c58ec7c341b7261e984d5a762daa89cee4b6df61ce60e757482e5e0980da64555fa0d3e9b6d4bbe3437255ee837343995fe"
  ]
}
