opam-version: "2.0"
maintainer: "Leonid Rozenberg <leonidr@gmail.com>"
authors: "Leonid Rozenberg <leonidr@gmail.com>"
homepage: "https://github.com/rleonid/bisect_ppx"
bug-reports: "https://github.com/rleonid/bisect_ppx/issues"
dev-repo: "git+https://github.com/rleonid/bisect_ppx.git"
build: [
  ["sh" "configure"]
  [make "all"]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "bisect_ppx"]
depends: [
  "ocaml" {>= "4.02.0" & < "4.03"}
  "ocamlfind"
  "ppx_tools"
  "ocamlbuild" {build}
]
synopsis: "Bisect code coverage instrumentation via ppx."
description: """
A fork of the original Bisect code to solely work with ppx, with a few
bug fixes and improvements."""
flags: light-uninstall
extra-files: ["bisect_ppx.install" "md5=9b6b8d8130b60e1e0ccfb77871dc9489"]
url {
  src: "https://github.com/rleonid/bisect_ppx/archive/0.2.5.tar.gz"
  checksum: "md5=bc2e35ac0d6b12e2c14d64e9859ba653"
}
