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",
|
2021-10-13 21:58:52 -07:00
|
|
|
"url": "https://github.com/reasonml/reason.git"
|
2018-01-25 01:11:18 -08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@esy-ocaml/substs": "^0.0.1",
|
2019-10-02 16:48:06 -07:00
|
|
|
"@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",
|
2019-10-02 16:48:06 -07:00
|
|
|
"@opam/utop": " >= 1.17.0",
|
2023-11-10 04:57:26 +05:30
|
|
|
"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": "*",
|
2023-11-10 04:57:26 +05:30
|
|
|
"ocaml": "5.x"
|
2018-01-25 01:11:18 -08:00
|
|
|
},
|
|
|
|
|
"esy": {
|
2023-11-10 04:57:26 +05:30
|
|
|
"build": [["dune", "build", "-p", "reason", "--disable-promotion"]]
|
2018-01-25 01:11:18 -08:00
|
|
|
}
|
|
|
|
|
}
|