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
open62541pp: 0.16.0 -> 0.17.0 (#374938)
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
reason-native
/
cli.nix
blob
d07ad0475b8f3a283bef061020cacd5e764a2b9b
1
{
2
lib,
3
buildDunePackage,
4
re,
5
reason,
6
pastel,
7
src,
8
}:
9
10
buildDunePackage {
11
inherit src;
12
13
pname = "cli";
14
version = "0.0.1-alpha-unstable-2024-05-07";
15
16
nativeBuildInputs = [
17
reason
18
];
19
20
buildInputs = [
21
re
22
pastel
23
];
24
25
meta = {
26
downloadPage = "https://github.com/reasonml/reason-native";
27
homepage = "https://reason-native.com/";
28
license = lib.licenses.mit;
29
maintainers = [ ];
30
};
31
}