2021-06-28 23:13:55 +00:00
|
|
|
{ atdgen, junit, re, reason, pastel, rely, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
pname = "rely-junit-reporter";
|
|
|
|
|
2022-03-05 16:20:37 +00:00
|
|
|
nativeBuildInputs = [
|
|
|
|
reason
|
|
|
|
];
|
|
|
|
|
2021-06-28 23:13:55 +00:00
|
|
|
buildInputs = [
|
|
|
|
atdgen
|
|
|
|
];
|
|
|
|
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
junit
|
|
|
|
re
|
|
|
|
pastel
|
|
|
|
rely
|
|
|
|
];
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "A tool providing JUnit Reporter for Rely Testing Framework";
|
|
|
|
downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/rely-junit-reporter";
|
|
|
|
homepage = "https://reason-native.com/docs/rely/";
|
|
|
|
};
|
|
|
|
}
|