biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / ocaml-modules / reason-native / pastel.nix
blobf2c975d938e0b8613adcc8265acee34974c03e14
1 { reason, re, ... }:
4   pname = "pastel";
6   minimalOCamlVersion = "4.05";
8   nativeBuildInputs = [
9     reason
10   ];
11   propagatedBuildInputs = [
12     re
13   ];
15   meta = {
16     description = "A text formatting library that harnesses Reason JSX to provide intuitive terminal output. Like React but for CLI";
17     downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/pastel";
18     homepage = "https://reason-native.com/docs/pastel/";
19   };