Skip to content

Commit

Permalink
Merge pull request #24117 from aantron/bisect_ppx.2.8.3
Browse files Browse the repository at this point in the history
Bisect_ppx 2.8.3: code coverage for OCaml
  • Loading branch information
avsm authored Jul 21, 2023
2 parents 4741580 + f612045 commit 6fe1f5a
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions packages/bisect_ppx/bisect_ppx.2.8.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
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 <bisect@x9c.fr>"
"Leonid Rozenberg <leonidr@gmail.com>"
"Anton Bachin <antonbachin@yahoo.com>"
]
maintainer: [
"Anton Bachin <antonbachin@yahoo.com>"
"Leonid Rozenberg <leonidr@gmail.com>"
]

depends: [
"base-unix"
"cmdliner" {>= "1.0.0"}
"dune" {>= "2.7.0"}
"ocaml" {>= "4.03.0"}
"ppxlib" {>= "0.28.0"}

"dune" {with-test & >= "3.0.0"}
"ocamlformat" {with-test & = "0.16.0"}
]

build: [
["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."

url {
src: "https://github.com/aantron/bisect_ppx/archive/2.8.3.tar.gz"
checksum: "md5=8c755c13e8d90f665986d842a41669f5"
}

0 comments on commit 6fe1f5a

Please sign in to comment.