2021-06-09 14:12:30 +01:00
|
|
|
{ reason, console, pastel, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
pname = "pastel-console";
|
|
|
|
|
2022-02-22 09:59:04 +00:00
|
|
|
nativeBuildInputs = [
|
2021-06-09 14:12:30 +01:00
|
|
|
reason
|
|
|
|
];
|
|
|
|
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
console
|
|
|
|
pastel
|
|
|
|
];
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "Small library for pretty coloring to Console output";
|
|
|
|
downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/pastel-console";
|
|
|
|
homepage = "https://reason-native.com/docs/pastel/console";
|
|
|
|
};
|
|
|
|
}
|