opam-version: "1.2"
version: "v0.9.1"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/ppx_bench"
bug-reports: "https://github.com/janestreet/ppx_bench/issues"
dev-repo: "https://github.com/janestreet/ppx_bench.git"
license: "Apache-2.0"
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "jbuilder"                {build & >= "1.0+beta7"}
  "ppx_core"                {>= "v0.9" & < "v0.10"}
  "ppx_driver"              {>= "v0.9.1" & < "v0.10"}
  "ppx_inline_test"         {>= "v0.9" & < "v0.10"}
  "ppx_metaquot"            {>= "v0.9" & < "v0.10"}
  "ocaml-migrate-parsetree" {>= "0.4"}
]
available: [ ocaml-version >= "4.03.0" ]
descr: "
Syntax extension for writing in-line benchmarks in ocaml code

Part of the Jane Street's PPX rewriters collection.
"
