13 src = fetchFromGitHub {
17 hash = "sha256-3qXobZLPivFDtls/3WNqDuAgWgO+tslJV47kjQPoi6o=";
20 minimalOCamlVersion = "4.11";
28 description = "Bisect_ppx is a code coverage tool for OCaml and Reason. It helps you test thoroughly by showing what's not tested";
29 homepage = "https://github.com/aantron/bisect_ppx";
30 license = lib.licenses.mit;
31 maintainers = with lib.maintainers; [ momeemt ];
32 mainProgram = "bisect-ppx-report";