python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / ocaml-modules / reason-native / pastel-console.nix
blob968b9f88af91a0b2cfc2b974fa3446ca6fe58fd4
1 { reason, console, pastel, ... }:
4   pname = "pastel-console";
6   nativeBuildInputs = [
7     reason
8   ];
10   propagatedBuildInputs = [
11     console
12     pastel
13   ];
15   meta = {
16     description = "Small library for pretty coloring to Console output";
17     downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/pastel-console";
18     homepage = "https://reason-native.com/docs/pastel/console";
19   };