1 { lib, buildDunePackage, re, reason, cli, file-context-printer, pastel, src }:
7 version = "4.0.0-unstable-2024-05-07";
13 propagatedBuildInputs = [
21 description = "Jest-inspired testing framework for native OCaml/Reason";
22 downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/rely";
23 homepage = "https://reason-native.com/docs/rely/";
24 license = lib.licenses.mit;