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" & < "5.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 url { src: "https://github.com/gasche/bisect/archive/1.3.1.tar.gz" checksum: [ "sha256=bd5e2a3deefd0dee9b5ee3593b21ceb09cd7c3cabc4f00d630cbc532ef75c75c" "md5=fd0c2d163e4847df075d87fa9bb42b00" ] } extra-source "bisect.install" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/bisect/bisect.install" checksum: [ "sha256=4d7858452281e94f48ff9708324c6a7bc9a0be4f840e2472cf7002df25acf671" "md5=2106aa627796b3e457d35f1100295f27" ] }