opam-version: "2.0" synopsis: "Code coverage for OCaml" license: "MIT" homepage: "https://github.com/aantron/bisect_ppx" doc: "https://github.com/aantron/bisect_ppx" bug-reports: "https://github.com/aantron/bisect_ppx/issues" dev-repo: "git+https://github.com/aantron/bisect_ppx.git" authors: [ "Xavier Clerc " "Leonid Rozenberg " "Anton Bachin " ] maintainer: [ "Anton Bachin " "Leonid Rozenberg " ] depends: [ "base-unix" "cmdliner" {>= "1.0.0" & < "2.0.0"} "dune" "ocaml" {>= "4.02.0"} "ocaml" {with-test & < "4.12"} "ocaml-migrate-parsetree" {>= "1.5.0" & < "2.0.0"} "ppx_tools_versioned" {>= "5.3.0"} "ocamlfind" {with-test} "ounit2" {with-test} ] build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] post-messages: [ "Bisect_ppx 2.0.0 has deprecated some command-line options. See https://github.com/aantron/bisect_ppx/releases/tag/2.0.0" ] description: "Bisect_ppx helps you test thoroughly. It is a small preprocessor that inserts instrumentation at places in your code, such as if-then-else and match expressions. After you run tests, Bisect_ppx gives a nice HTML report showing which places were visited and which were missed. Usage is simple - add package bisect_ppx when building tests, run your tests, then run the Bisect_ppx report tool on the generated visitation files." url { src: "https://github.com/aantron/bisect_ppx/archive/2.3.0.tar.gz" checksum: [ "sha256=f4a2376f8dad9d63da5cac805c0ecaa0ea11ab33dba60ba77b589e8d929658aa" "md5=7dcdd959ef3a164dce84dd2889ca6802" ] }