opam-version: "2.0"
maintainer     : "Christian Lindig <lindig@citrix.com>"
authors        : ["Christian Lindig <lindig@citrix.com>"]
license        : "MIT"
homepage       : "https://github.com/lindig/bisect-summary"
bug-reports    : "https://github.com/lindig/bisect-summary/issues"
dev-repo: "git+https://github.com/lindig/bisect-summary.git"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
install: [
  ["ocaml" "setup.ml" "-install"]
]
remove: [
  ["ocamlfind" "remove" "bisect-summary"]
]
depends: [
  "ocaml"
  "bisect_ppx" {< "2.0.0"}
  "oasis" {build}
  "ocamlfind" {build}
]
synopsis:
  "bisect-summary - simple analysis of coverage data created by bisect-ppx"
description: """
This tool reads the data produced by bisect-ppx-instrumented code at
runtime and reports the coverate ratio. Unlike bisect-ppx-report, it
doesn't require access to the source code of the instrumented code and
the *.pmx files that bisect-ppx created at instrumentation time."""
flags: light-uninstall
url {
  src: "https://github.com/lindig/bisect-summary/archive/0.3.zip"
  checksum: "md5=62cfc015ccf1cacf224a32be79265be0"
}
