1 { lib, buildDunePackage, atdgen, junit, re, reason, pastel, rely, src }:
6 pname = "rely-junit-reporter";
7 version = "1.0.0-unstable-2024-05-07";
17 propagatedBuildInputs = [
25 description = "Tool providing JUnit Reporter for Rely Testing Framework";
26 downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/rely-junit-reporter";
27 homepage = "https://reason-native.com/docs/rely/";
28 license = lib.licenses.mit;