···
3
+
synopsis: "Code coverage for OCaml"
6
+
homepage: "https://github.com/aantron/bisect_ppx"
7
+
doc: "https://github.com/aantron/bisect_ppx"
8
+
bug-reports: "https://github.com/aantron/bisect_ppx/issues"
10
+
dev-repo: "git+https://github.com/aantron/bisect_ppx.git"
12
+
"Xavier Clerc <bisect@x9c.fr>"
13
+
"Leonid Rozenberg <leonidr@gmail.com>"
14
+
"Anton Bachin <antonbachin@yahoo.com>"
17
+
"Anton Bachin <antonbachin@yahoo.com>"
18
+
"Leonid Rozenberg <leonidr@gmail.com>"
23
+
"cmdliner" {>= "1.0.0"}
25
+
"ocaml" {>= "4.02.0"}
26
+
"ocaml-migrate-parsetree" {>= "1.5.0"}
27
+
"ppx_tools_versioned" {>= "5.3.0"}
29
+
"ocamlfind" {with-test}
30
+
"ounit2" {with-test}
34
+
["dune" "build" "-p" name "-j" jobs]
35
+
["dune" "runtest" "-p" name] {with-test}
39
+
"Bisect_ppx 2.0.0 has deprecated some command-line options. See
40
+
https://github.com/aantron/bisect_ppx/releases/tag/2.0.0"
43
+
description: "Bisect_ppx helps you test thoroughly. It is a small preprocessor
44
+
that inserts instrumentation at places in your code, such as if-then-else and
45
+
match expressions. After you run tests, Bisect_ppx gives a nice HTML report
46
+
showing which places were visited and which were missed.
48
+
Usage is simple - add package bisect_ppx when building tests, run your tests,
49
+
then run the Bisect_ppx report tool on the generated visitation files."
52
+
src: "https://github.com/aantron/bisect_ppx/archive/2.2.0.tar.gz"
53
+
checksum: "md5=b95bf21859fba40079eddce8cd910cca"