opam-version: "2.0" synopsis: "Code coverage for OCaml" license: "MPL-2.0" 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" "dune" "ocaml" {>= "4.02.0"} "ocaml-migrate-parsetree" {>= "1.1.0" & < "2.0.0"} "ppx_tools_versioned" "ocamlfind" {dev} "ounit" {dev} ] conflicts: [ "ocveralls" {<= "0.3.2"} ] build: [ ["dune" "build" "-p" name "-j" jobs] ] 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/1.4.1.tar.gz" checksum: [ "sha256=bca41882f22b5345ef7786af366f0c2f9eebb924e2b658a89d19e57d33bd6bab" "md5=05d514706646adc947ed21e7e69a1cf1" ] }