We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9867a commit a388d11Copy full SHA for a388d11
bspack.json
@@ -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