Skip to content

Commit a388d11

Browse files
committed
Add esy sandbox for bspack
1 parent 9c9867a commit a388d11

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

bspack.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"version": "1.0.0",
3+
"esy": {
4+
"buildsInSource": true,
5+
"build": [
6+
[
7+
"ocamlopt",
8+
"-g",
9+
"-w",
10+
"-40-30-3",
11+
"#{self.root / 'jscomp' / 'stubs' / 'ext_basic_hash_stubs.c'}",
12+
"unix.cmxa",
13+
"#{self.root / 'lib' / '4.06.1' / 'unstable' / 'bspack.ml'}",
14+
"-o",
15+
"#{self.install / 'bin' / 'bspack.exe'}"
16+
]
17+
]
18+
},
19+
"dependencies": {
20+
"ocaml": "ulrikstrid/ocaml#copy-folder-on-install"
21+
}
22+
}

0 commit comments

Comments
 (0)