2021-06-09 15:12:30 +02:00
|
|
|
{ re, reason, cli, file-context-printer, pastel, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
pname = "rely";
|
|
|
|
|
2022-02-22 10:59:04 +01:00
|
|
|
nativeBuildInputs = [
|
2021-06-09 15:12:30 +02:00
|
|
|
reason
|
|
|
|
];
|
|
|
|
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
re
|
|
|
|
cli
|
|
|
|
file-context-printer
|
|
|
|
pastel
|
|
|
|
];
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "A Jest-inspired testing framework for native OCaml/Reason";
|
|
|
|
downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/rely";
|
|
|
|
homepage = "https://reason-native.com/docs/rely/";
|
|
|
|
};
|
|
|
|
}
|