File tree Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change @@ -411,4 +411,7 @@ _ocamltest
411411
412412/bin /
413413lib /ocaml /
414- man /
414+ man /
415+
416+ _esy
417+ esy.lock
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " ocaml" ,
3+ "version" : " 4.06.1000+BS" ,
4+ "description" : " BuckleScript's OCaml Compiler as an npm Package" ,
5+ "esy" : {
6+ "build" : [
7+ " ./configure -no-cfi -prefix $cur__install" ,
8+ " make -j world.opt"
9+ ],
10+ "install" : [
11+ " make install"
12+ ],
13+ "buildsInSource" : true ,
14+ "exportedEnv" : {
15+ "OCAMLLIB" : {
16+ "val" : " #{self.lib / 'ocaml' }" ,
17+ "scope" : " global"
18+ },
19+ "CAML_LD_LIBRARY_PATH" : {
20+ "val" : " #{self.lib / 'ocaml' / 'stublibs' : self.lib / 'ocaml' : $CAML_LD_LIBRARY_PATH}" ,
21+ "scope" : " global"
22+ },
23+ "OCAML_TOPLEVEL_PATH" : {
24+ "val" : " #{self.lib / 'ocaml' }" ,
25+ "scope" : " global"
26+ }
27+ }
28+ },
29+ "repository" : {
30+ "type" : " git" ,
31+ "url" : " git://github.com/BuckleScript/ocaml.git"
32+ },
33+ "keywords" : [
34+ " ocaml" ,
35+ " flow" ,
36+ " opam"
37+ ],
38+ "license" : " QPL - See LICENSE at https://github.com/ocaml/ocaml"
39+ }
You can’t perform that action at this time.
0 commit comments