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" 11bug-reports: "https://github.com/aantron/bisect_ppx/issues" 12dev-repo: "git+https://github.com/aantron/bisect_ppx.git" 13depends: [ 14 "ocaml" 15 "bisect_ppx" {>= "1.0.0" & < "1.3.3"} 16 "jbuilder" {>= "1.0+beta10"} 17] 18build: [ 19 ["jbuilder" "build" "-p" name "-j" jobs] 20] 21synopsis: "Ocamlbuild plugin for Bisect_ppx, the coverage tool" 22url { 23 src: "https://github.com/aantron/bisect_ppx/archive/1.3.0.tar.gz" 24 checksum: [ 25 "sha256=fbcc62cd6f0dfd73cdba22b69e8d2c3fa9b7a0af1a8ef6935011130dfa599bf9" 26 "md5=d247c2203a0d141078e40fadcfcf8258" 27 ] 28}