biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / ocaml-modules / reason-native / file-context-printer.nix
bloba7c663493ef55e14139ec7c3bbc5078f7a3277c3
1 { reason, re, pastel, ... }:
4   pname = "file-context-printer";
6   nativeBuildInputs = [
7     reason
8   ];
10   propagatedBuildInputs = [
11     re
12     pastel
13   ];
15   meta = {
16     description = "Utility for displaying snippets of files on the command line";
17     downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/file-context-printer";
18     homepage = "https://reason-native.com/docs/file-context-printer/";
19   };