2021-06-09 14:12:30 +01:00
|
|
|
{ atdgen, junit, re, reason, pastel, rely, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
pname = "rely-junit-reporter";
|
|
|
|
|
2022-02-22 09:59:04 +00:00
|
|
|
nativeBuildInputs = [
|
|
|
|
reason
|
|
|
|
];
|
|
|
|
|
2021-06-09 14:12:30 +01: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/";
|
|
|
|
};
|
|
|
|
}
|