ocaml
Version:
OCaml Compiler as an esy npm Package
19 lines (18 loc) • 365 B
JSON
{
"name": "flexdll",
"version": "0.37.0003",
"description": "flexdll",
"license": "MIT",
"esy": {
"build": [
["echo", "#{self.bin}"],
["make", "flexlink.exe"],
["make", "flexdll_initer_mingw64.o"],
["make", "flexdll_mingw64.o"]
],
"buildsInSource": "_build"
},
"dependencies": {
"ocaml": "~4.6.0"
}
}