-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgenerate.json
36 lines (36 loc) · 861 Bytes
/
generate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "generate",
"license": "MIT",
"esy": {
"build": "dune build -p generate",
"install": "esy-installer generate/generate.install",
"exportedEnv": {
"ESY__GENERATE_PATCHES": {
"scope": "global",
"val": "#{self.root}/patches"
},
"ESY__GENERATE_SYSROOT": {
"scope": "global",
"val": "#{self.root}/sysroot"
},
"ESY__GENERATE_INSTALLER": {
"scope": "global",
"val": "#{self.root}/generate-installer"
}
}
},
"dependencies": {
"@opam/reason": "^3.7.0",
"@opam/dune": "*",
"@opam/hex": "^1.4.0",
"@opam/lwt": "*",
"@opam/mirage-crypto": "^0.8.4",
"@opam/ppx_deriving": "*",
"@opam/ppx_deriving_yojson": "*",
"@opam/re": "^1.9.0",
"ocaml": "4.12.x"
},
"devDependencies": {
"@opam/ocaml-lsp-server": "*"
}
}