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",
2023-03-26 16:30:54 +02:00
"version": "3.8.2",
2018-01-25 01:11:18 -08:00
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/reasonml/reason.git"
2018-01-25 01:11:18 -08:00
},
"dependencies": {
"@esy-ocaml/substs": "^0.0.1",
"@opam/ocamlfind": "*",
2023-03-26 16:30:54 +02:00
"@opam/dune": ">= 2.9.3",
2022-03-09 14:00:39 -08:00
"@opam/reason": "^3.8.0",
"@opam/utop": " >= 1.17.0",
"ocaml": ">= 4.3.0 < 5.2.0"
2018-01-25 01:11:18 -08:00
},
"devDependencies": {
2020-11-26 21:05:54 -08:00
"@opam/merlin": "*",
"ocaml": "5.x"
2018-01-25 01:11:18 -08:00
},
"esy": {
"build": [["dune", "build", "-p", "reason", "--disable-promotion"]]
2018-01-25 01:11:18 -08:00
}
}