opam-version: "2.0"
maintainer: "gabriel.scherer@gmail.com"
authors: ["Xavier Clerc"]
homepage: "http://bisect.x9c.fr/"
bug-reports: "https://github.com/gasche/bisect/issues"
dev-repo: "git+https://github.com/gasche/bisect.git"
license: "GPL-3.0-only"
build: [
  ["sh" "configure" "-ocaml-prefix" prefix "-ocamlfind" "%{bin}%/ocamlfind"]
  [make "all"]
]
install: [make "install"]
remove: [["ocamlfind" "remove" "bisect"]]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind"
  "camlp4"
  "ocamlbuild" {build}
]
synopsis: "Code coverage tool for the OCaml language (deprecated)"
description: """
Bisect is deprecated in favor of package bisect_ppx.

Bisect is a code coverage tool for the OCaml language. It is a
camlp4-based tool that allows to instrument your application before
running tests. After application execution, it is possible to generate
a report in HTML format that is the replica of the application source
code annotated with code coverage information."""
flags: light-uninstall
extra-files: ["bisect.install" "md5=2106aa627796b3e457d35f1100295f27"]
url {
  src: "https://github.com/gasche/bisect/archive/1.3.1.tar.gz"
  checksum: "md5=fd0c2d163e4847df075d87fa9bb42b00"
}
