opam-version: "2.0"
maintainer: [
  "Anton Bachin <antonbachin@yahoo.com>"
  "Leonid Rozenberg <leonidr@gmail.com>"
]
authors: [
  "Anton Bachin <antonbachin@yahoo.com>"
]
license: "Public Domain"
homepage: "https://github.com/aantron/bisect_ppx-ocamlbuild"
bug-reports: "https://github.com/aantron/bisect_ppx-ocamlbuild/issues"
dev-repo: "git+https://github.com/aantron/bisect_ppx-ocamlbuild.git"
depends: [
  "ocaml"
  "bisect_ppx" {>= "1.0.0"}
  "jbuilder" {>= "1.0+beta10"}
  "ocamlbuild"
]
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
]
synopsis: "Ocamlbuild plugin for Bisect_ppx, the coverage tool"
url {
  src: "https://github.com/aantron/bisect_ppx/archive/1.3.3.tar.gz"
  checksum: "md5=6d57cab32da2b22fa972b4229597e06f"
}
