2021-06-09 15:12:30 +02:00
|
|
|
{ reason, re, pastel, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
pname = "file-context-printer";
|
|
|
|
|
2022-02-22 10:59:04 +01:00
|
|
|
nativeBuildInputs = [
|
2021-06-09 15:12:30 +02:00
|
|
|
reason
|
|
|
|
];
|
|
|
|
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
re
|
|
|
|
pastel
|
|
|
|
];
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "Utility for displaying snippets of files on the command line";
|
|
|
|
downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/file-context-printer";
|
|
|
|
homepage = "https://reason-native.com/docs/file-context-printer/";
|
|
|
|
};
|
|
|
|
}
|