UNPKG

@grain/libbinaryen

Version:

Libbinaryen packaged for OCaml.

51 lines (50 loc) 1.3 kB
{ "name": "@grain/libbinaryen", "version": "127.0.0", "description": "Libbinaryen packaged for OCaml.", "author": "Blaine Bublitz <blaine@grain-lang.org>", "license": "Apache-2.0", "installConfig": { "pnp": false }, "dependencies": { "ocaml": ">= 4.13.0 < 5.4.0", "@opam/conf-cmake": "grain-lang/cmake:esy.json#033cab656dc71a6488b3c1ca6ea45099f794bd03", "@opam/dune": ">= 3.0.0", "@opam/dune-configurator": ">= 3.0.0" }, "devDependencies": { "@opam/js_of_ocaml-compiler": ">= 6.3.0 < 7.0.0", "@opam/ocamlformat": "0.29.0", "@opam/ocaml-lsp-server": "> 1.9.1 < 2.0.0" }, "resolutions": { "@opam/ocp-indent": "1.9.0", "@opam/ocamlfind": "1.9.8" }, "esy": { "build": [ "dune build -p libbinaryen -j 4" ], "buildEnv": { "PATH": "#{os == 'windows' ? '/usr/x86_64-w64-mingw32/sys-root/mingw/bin' : '' : $PATH }" }, "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" ] }