opam-version: "2.0"
maintainer: "frederic.bour@lakaban.net"
authors: "Jérémie Dimino <jeremie@dimino.org>"
homepage: "https://github.com/let-def/ocaml-migrate-parsetree"
bug-reports: "https://github.com/let-def/ocaml-migrate-parsetree/issues"
license: "LGPL-2.1"
tags: ["syntax" "org:ocamllabs"]
dev-repo: "git://github.com/let-def/ocaml-migrate-parsetree.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocaml" {>= "4.02.0" & < "4.07.0"}
  "jbuilder" {>= "1.0+beta7"}
  "ocaml-migrate-parsetree" {< "2.0.0"}
  "ocamlbuild" {> "0"}
]
synopsis: "ocamlbuild plugin for ocaml-migrate-parsetree"
description:
  "Configure ocamlbuild for building ppx drivers using ocaml-migrate-parsetree."
url {
  src:
    "https://github.com/let-def/ocaml-migrate-parsetree/archive/1.0.1.tar.gz"
  checksum: "md5=b2abce65e3e9057af3fe96fa8e9d088b"
}
