1 { lib, fetchFromGitHub, fetchpatch, buildDunePackage, cmdliner, ppxlib }:
7 src = fetchFromGitHub {
11 hash = "sha256-3qXobZLPivFDtls/3WNqDuAgWgO+tslJV47kjQPoi6o=";
14 minimalOCamlVersion = "4.11";
22 description = "Bisect_ppx is a code coverage tool for OCaml and Reason. It helps you test thoroughly by showing what's not tested.";
23 homepage = "https://github.com/aantron/bisect_ppx";
24 license = licenses.mit;
25 maintainers = with maintainers; [ ];
26 mainProgram = "bisect-ppx-report";