@grain/binaryen.ml
Version:
OCaml bindings for Binaryen.
36 lines (35 loc) • 859 B
JSON
{
"name": "@grain/binaryen.ml",
"version": "0.26.0",
"description": "OCaml bindings for Binaryen.",
"author": "Oscar Spencer <oscar@grain-lang.org>",
"license": "Apache-2.0",
"dependencies": {
"ocaml": ">= 4.13.0 < 5.0.0",
"@grain/libbinaryen": ">= 116.0.0 < 117.0.0",
"@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.24.1",
"@opam/ocaml-lsp-server": ">= 1.9.1 < 1.13.0"
},
"resolutions": {
"@opam/ocp-indent": "1.7.0"
},
"esy": {
"build": "dune build -p binaryen"
},
"scripts": {
"test": "esy b dune runtest --display=short",
"format": "dune build @fmt --auto-promote"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"binaryen",
"ocaml"
]
}