python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / ocaml-modules / reason-native / rely-junit-reporter.nix
blob8a7080f624df1b8afa0100363f6fa6bb417b22b5
1 { atdgen, junit, re, reason, pastel, rely, ... }:
4   pname = "rely-junit-reporter";
6   nativeBuildInputs = [
7     reason
8   ];
10   buildInputs = [
11     atdgen
12   ];
14   propagatedBuildInputs = [
15     junit
16     re
17     pastel
18     rely
19   ];
21   meta = {
22     description = "A tool providing JUnit Reporter for Rely Testing Framework";
23     downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/rely-junit-reporter";
24     homepage = "https://reason-native.com/docs/rely/";
25   };