{ "name": "@esy-ocaml/reason", "version": "3.8.2", "license": "MIT", "description": "Native Compiler Support for Reason: Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems", "repository": { "type": "git", "url": "https://github.com/reasonml/reason.git" }, "dependencies": { "ocaml": ">= 4.2.0 < 5.1.0", "@opam/fix": "*", "@opam/ocamlfind": "*", "@opam/menhir": " >= 20180523.0.0", "@opam/merlin-extend": " >= 0.6", "@opam/ppxlib": "> 0.28.x", "@opam/dune": ">= 2.9.3", "@opam/dune-build-info": ">= 2.9.3" }, "devDependencies": { "@opam/merlin": "*", "ocaml": "~4.14.0" }, "esy": { "build": [ [ "dune", "build", "-p", "reason", "--disable-promotion" ] ] } }