this repo has no description
1opam-version: "2.0"
2maintainer: [
3 "Anton Bachin <antonbachin@yahoo.com>"
4 "Leonid Rozenberg <leonidr@gmail.com>"
5]
6authors: [
7 "Anton Bachin <antonbachin@yahoo.com>"
8]
9license: "Public Domain"
10homepage: "https://github.com/aantron/bisect_ppx-ocamlbuild"
11bug-reports: "https://github.com/aantron/bisect_ppx-ocamlbuild/issues"
12dev-repo: "git+https://github.com/aantron/bisect_ppx-ocamlbuild.git"
13depends: [
14 "ocaml"
15 "bisect_ppx" {>= "1.0.0"}
16 "jbuilder" {>= "1.0+beta10"}
17 "ocamlbuild"
18]
19build: [
20 ["jbuilder" "build" "-p" name "-j" jobs]
21]
22synopsis: "Ocamlbuild plugin for Bisect_ppx, the coverage tool"
23url {
24 src: "https://github.com/aantron/bisect_ppx/archive/1.3.3.tar.gz"
25 checksum: [
26 "sha256=d994fb6f063cae1a10c0482afb140557c14513ca6edf009a68ff948e998791bc"
27 "md5=6d57cab32da2b22fa972b4229597e06f"
28 ]
29}