···
+
synopsis: "Code coverage for OCaml"
+
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"
+
"Xavier Clerc <bisect@x9c.fr>"
+
"Leonid Rozenberg <leonidr@gmail.com>"
+
"Anton Bachin <antonbachin@yahoo.com>"
+
"Anton Bachin <antonbachin@yahoo.com>"
+
"Leonid Rozenberg <leonidr@gmail.com>"
+
"cmdliner" {>= "1.0.0"}
+
"ppxlib" {>= "0.26.0" & < "0.28.0"}
+
"ocamlformat" {with-test & = "0.16.0"}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "build" "-p" name "-j" jobs "@compatible"] {with-test}
+
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."
+
src: "https://github.com/aantron/bisect_ppx/archive/2.8.2.tar.gz"
+
checksum: "md5=b8d59052bc0872349c0d9b792a66deef"