2021-06-28 23:13:55 +00:00
|
|
|
{ reason, re, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
pname = "pastel";
|
|
|
|
|
|
|
|
minimalOCamlVersion = "4.05";
|
|
|
|
|
2022-03-05 16:20:37 +00:00
|
|
|
nativeBuildInputs = [
|
2021-06-28 23:13:55 +00:00
|
|
|
reason
|
|
|
|
];
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
re
|
|
|
|
];
|
|
|
|
|
|
|
|
meta = {
|
2024-06-20 14:57:18 +00:00
|
|
|
description = "Text formatting library that harnesses Reason JSX to provide intuitive terminal output. Like React but for CLI";
|
2021-06-28 23:13:55 +00:00
|
|
|
downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/pastel";
|
|
|
|
homepage = "https://reason-native.com/docs/pastel/";
|
|
|
|
};
|
|
|
|
}
|