@grain/libbinaryen
Version:
Libbinaryen packaged for OCaml.
50 lines (49 loc) • 1.39 kB
JSON
{
"name": "@grain/libbinaryen",
"version": "121.0.0",
"description": "Libbinaryen packaged for OCaml.",
"author": "Blaine Bublitz <blaine@grain-lang.org>",
"license": "Apache-2.0",
"dependencies": {
"ocaml": ">= 4.12.0 < 5.0.0",
"@opam/conf-cmake": "grain-lang/cmake:esy.json#91a2c3677bef84a6eb20318284dff9f3bf32719d",
"@opam/dune": ">= 3.0.0",
"@opam/dune-configurator": ">= 3.0.0"
},
"devDependencies": {
"@opam/js_of_ocaml-compiler": ">= 4.1.0 < 6.0.0",
"@opam/ocamlformat": "0.26.1",
"@opam/ocaml-lsp-server": "> 1.9.1 < 2.0.0"
},
"resolutions": {
"@opam/ocp-indent": "1.7.0",
"@opam/ocamlfind": "1.9.3"
},
"esy": {
"build": [
"dune build -p libbinaryen -j 4"
],
"buildEnv": {
"PATH": "#{os == 'windows' ? '/usr/x86_64-w64-mingw32/sys-root/mingw/bin' : '' : $PATH }",
"CC": "#{os == 'windows' ? 'x86_64-w64-mingw32-gcc' : ''}",
"CXX": "#{os == 'windows' ? 'x86_64-w64-mingw32-g++' : ''}"
},
"exportedEnv": {
"PATH": {
"val": "#{os == 'windows' ? '/usr/x86_64-w64-mingw32/sys-root/mingw/bin' : '' : $PATH }",
"scope": "global"
}
}
},
"scripts": {
"test": "esy b dune runtest --display=short",
"format": "dune build @fmt --auto-promote"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"binaryen",
"ocaml"
]
}