forked from npm-opam/ocaml
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 KB
/
package.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
37
38
39
40
41
42
43
{
"name": "ocaml",
"version": "4.02.3",
"description": "OCaml Compiler as an npm Package",
"esy": {
"build": [
"./configure -no-cfi -prefix $cur__install",
"[[ `uname -s` == CYGWIN* ]] && make -j1 world.opt || make -j world.opt",
"make install",
"make clean"
],
"buildsInSource": true,
"exportedEnv": {
"OCAMLLIB": {
"val": "$ocaml__install/lib/ocaml",
"scope": "global"
},
"CAML_LD_LIBRARY_PATH": {
"val": "$ocaml__install/lib/ocaml/stublibs:$ocaml__install/lib/ocaml:$CAML_LD_LIBRARY_PATH",
"scope": "global"
},
"OCAML_TOPLEVEL_PATH": {
"val": "$ocaml__install/lib/ocaml",
"scope": "global"
}
}
},
"repository": {
"type": "git",
"url": "git://github.com/esy-ocaml/ocaml.git"
},
"keywords": [
"ocaml",
"flow",
"opam"
],
"author": "",
"license": "QPL - See LICENSE at https://github.com/ocaml/ocaml",
"bugs": {
"url": "https://github.com/esy-ocaml/ocaml/issues"
},
"homepage": "https://github.com/esy-ocaml/ocaml#readme"
}