SIGN IN SIGN UP
reasonml / reason UNCLAIMED

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems

0 0 1 OCaml
2018-01-25 01:11:18 -08:00
{
"name": "@esy-ocaml/rtop",
"version": "3.3.3",
2018-01-25 01:11:18 -08:00
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/facebook/reason.git"
},
"dependencies": {
"@esy-ocaml/substs": "^0.0.1",
"@opam/ocamlfind": "*",
2018-02-10 21:49:40 -08:00
"@opam/result": "*",
"@opam/dune": "*",
2018-05-24 00:24:24 -07:00
"@esy-ocaml/reason": "^3.2.0",
"@opam/utop": " >= 1.17.0",
"ocaml": ">= 4.2.0 < 4.11.0"
2018-01-25 01:11:18 -08:00
},
"devDependencies": {
"@esy-ocaml/merlin": "*",
"ocaml": "~4.6.0"
},
"esy": {
"build": [
[ "dune", "build", "-p", "rtop"]
]
2018-01-25 01:11:18 -08:00
}
}