2021-06-09 14:12:30 +01:00
|
|
|
{ reason, re, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
pname = "pastel";
|
|
|
|
|
|
|
|
minimalOCamlVersion = "4.05";
|
|
|
|
|
2022-02-22 09:59:04 +00:00
|
|
|
nativeBuildInputs = [
|
2021-06-09 14:12:30 +01:00
|
|
|
reason
|
|
|
|
];
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
re
|
|
|
|
];
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "A text formatting library that harnesses Reason JSX to provide intuitive terminal output. Like React but for CLI";
|
|
|
|
downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/pastel";
|
|
|
|
homepage = "https://reason-native.com/docs/pastel/";
|
|
|
|
};
|
|
|
|
}
|