nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at netboot-syslinux-multiplatform 20 lines 455 B view raw
1{ reason, re, ... }: 2 3{ 4 pname = "pastel"; 5 6 minimalOCamlVersion = "4.05"; 7 8 nativeBuildInputs = [ 9 reason 10 ]; 11 propagatedBuildInputs = [ 12 re 13 ]; 14 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 }; 20}