opam-version: "2.0" maintainer: [ "Anton Bachin " "Leonid Rozenberg " ] authors: [ "Anton Bachin " ] license: "Public Domain" homepage: "https://github.com/aantron/bisect_ppx-ocamlbuild" bug-reports: "https://github.com/aantron/bisect_ppx-ocamlbuild/issues" dev-repo: "git+https://github.com/aantron/bisect_ppx-ocamlbuild.git" depends: [ "ocaml" "bisect_ppx" {>= "1.0.0"} "jbuilder" {>= "1.0+beta10"} "ocamlbuild" ] build: [ ["jbuilder" "build" "-p" name "-j" jobs] ] synopsis: "Ocamlbuild plugin for Bisect_ppx, the coverage tool" url { src: "https://github.com/aantron/bisect_ppx/archive/1.3.3.tar.gz" checksum: [ "sha256=d994fb6f063cae1a10c0482afb140557c14513ca6edf009a68ff948e998791bc" "md5=6d57cab32da2b22fa972b4229597e06f" ] }