opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/ppx_core"
bug-reports: "https://github.com/janestreet/ppx_core/issues"
dev-repo: "git+https://github.com/janestreet/ppx_core.git"
license: "Apache-2.0"
build: [
  ["jbuilder" "build" "--only-packages" "ppx_core" "--root" "." "-j" jobs "@install"]
]
depends: [
  "ocaml" {>= "4.03.0"}
  "base" {>= "v0.9.4" & < "v0.10"}
  "jbuilder" {>= "1.0+beta2"}
  "ocaml-compiler-libs" {>= "v0.9" & < "v0.10"}
  "ppx_ast" {>= "v0.9.2" & < "v0.10"}
  "ppx_traverse_builtins" {>= "v0.9" & < "v0.10"}
  "stdio" {>= "v0.9.1" & < "v0.10"}
]
synopsis: "Standard library for ppx rewriters"
description: "Part of the Jane Street's PPX rewriters collection."
url {
  src: "https://github.com/janestreet/ppx_core/archive/v0.9.2.tar.gz"
  checksum: "md5=5403bc4389572a5ea8c856c7aaebfd7d"
}
