summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/reason-native/cli.nix
blob: 1a4c020dc352fdb10f882c38c1cc76af9d1a261f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ re, reason, pastel, ... }:

{
  pname = "cli";

  buildInputs = [
    re
    reason
    pastel
  ];
}