@reason-native/cli
Version:
[](https://dev.azure.com/reason-native/reason-native/_build/latest?definitionId=1?branchName=master) ![Supported Plat
26 lines (25 loc) • 616 B
JSON
{
"name": "@reason-native/utf8",
"version": "0.1.0",
"description": "Utf8 logic with minimal dependencies.",
"author": "Facebook Engineering",
"homepage": "https://reason-native.com",
"esy-prepublish-generate-opam": true,
"license": "MIT",
"esy": {
"build": "dune build -p utf8",
"install": "esy-installer utf8.install"
},
"scripts": {
"release": "node ./scripts/esy-prepublish.js utf8.json"
},
"dependencies": {
"@opam/dune": "*",
"@esy-ocaml/reason": "< 4.0.0",
"ocaml": "^4.2.0"
},
"devDependencies": {
"@esy-ocaml/merlin": "*",
"ocaml": "~4.6.0"
}
}