opam-version: "1.2"
maintainer: "opensource@janestreet.com"
authors: "Jane Street Group, LLC <opensource@janestreet.com>"
homepage: "https://github.com/ocaml-ppx/ppxlib"
bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues"
license: "Apache-2.0"
dev-repo: "https://github.com/ocaml-ppx/ppxlib.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "base" {>= "v0.11.0"}
  "jbuilder" {build & >= "1.0+beta18.1"}
  "ocaml-compiler-libs" {>= "v0.11.0"}
  "ocaml-migrate-parsetree" {>= "1.0.9"}
  "ppx_derivers" {>= "1.0"}
  "stdio" {>= "v0.11.0"}
]
available: [ocaml-version >= "4.04.1"]
