python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / ocaml-modules / reason-native / rely.nix
blobf29565f9c4630920349e94955db426c4890b1e72
1 { re, reason, cli, file-context-printer, pastel, ... }:
4   pname = "rely";
6   nativeBuildInputs = [
7     reason
8   ];
10   propagatedBuildInputs = [
11     re
12     cli
13     file-context-printer
14     pastel
15   ];
17   meta = {
18     description = "A Jest-inspired testing framework for native OCaml/Reason";
19     downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/rely";
20     homepage = "https://reason-native.com/docs/rely/";
21   };