bs-platform
Version:
ReScript compiler, OCaml standard libary by ReScript and its required runtime support
23 lines (22 loc) • 480 B
JSON
{
"version": "1.0.0",
"esy": {
"buildsInSource": true,
"build": [
[
"ocamlopt",
"-g",
"-w",
"-40-30-3",
"#{self.root / 'jscomp' / 'stubs' / 'ext_basic_hash_stubs.c'}",
"unix.cmxa",
"#{self.root / 'lib' / '4.06.1' / 'unstable' / 'bspack.ml'}",
"-o",
"#{self.install / 'bin' / 'bspack.exe'}"
]
]
},
"dependencies": {
"ocaml": "ulrikstrid/ocaml#copy-folder-on-install"
}
}