repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
reason-native
/
cli.nix
blob
ee5e7d2774d222fc4e308b30d873eb9357932a76
1
{ re, reason, pastel, ... }:
2
3
{
4
pname = "cli";
5
6
nativeBuildInputs = [
7
reason
8
];
9
10
buildInputs = [
11
re
12
pastel
13
];
14
}