opam-version: "2.0" maintainer : "Christian Lindig " authors : ["Christian Lindig "] license : "MIT" homepage : "https://github.com/lindig/bisect-summary" bug-reports : "https://github.com/lindig/bisect-summary/issues" dev-repo: "git+https://github.com/lindig/bisect-summary.git" build: [ ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] ] install: [ ["ocaml" "setup.ml" "-install"] ] remove: [ ["ocamlfind" "remove" "bisect-summary"] ] depends: [ "ocaml" "bisect_ppx" {< "2.0.0"} "oasis" {build} "ocamlfind" {build} ] synopsis: "bisect-summary - simple analysis of coverage data created by bisect-ppx" description: """ This tool reads the data produced by bisect-ppx-instrumented code at runtime and reports the coverate ratio. Unlike bisect-ppx-report, it doesn't require access to the source code of the instrumented code and the *.pmx files that bisect-ppx created at instrumentation time.""" flags: light-uninstall url { src: "https://github.com/lindig/bisect-summary/archive/0.3.zip" checksum: [ "sha256=bac07d86b28fdd95b0bf39eece0b02452164ffbcdd89a3fc69b0dee9ee06da67" "md5=62cfc015ccf1cacf224a32be79265be0" ] }