2018-01-25 01:11:18 -08:00
|
|
|
{
|
|
|
|
|
"name": "@esy-ocaml/reason",
|
2022-10-15 12:16:37 -07:00
|
|
|
"version": "3.8.2",
|
2018-01-25 01:11:18 -08:00
|
|
|
"license": "MIT",
|
2019-09-14 22:17:58 -07:00
|
|
|
"description": "Native Compiler Support for Reason: Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems",
|
2018-01-25 01:11:18 -08:00
|
|
|
"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": {
|
2022-06-28 11:47:39 -07:00
|
|
|
"ocaml": ">= 4.2.0 < 5.1.0",
|
2019-10-28 23:04:56 -07:00
|
|
|
"@opam/fix": "*",
|
2018-10-20 01:41:11 -07:00
|
|
|
"@opam/ocamlfind": "*",
|
2022-03-08 16:53:16 -08:00
|
|
|
"@opam/menhir": " >= 20180523.0.0",
|
2020-11-26 21:05:54 -08:00
|
|
|
"@opam/merlin-extend": " >= 0.6",
|
2023-04-24 17:41:40 -07:00
|
|
|
"@opam/ppxlib": "> 0.28.x",
|
2023-03-26 16:30:54 +02:00
|
|
|
"@opam/dune": ">= 2.9.3",
|
|
|
|
|
"@opam/dune-build-info": ">= 2.9.3"
|
2018-01-25 01:11:18 -08:00
|
|
|
},
|
2018-07-12 01:00:11 -07:00
|
|
|
"devDependencies": {
|
2020-11-26 21:05:54 -08:00
|
|
|
"@opam/merlin": "*",
|
2023-03-24 17:32:03 -07:00
|
|
|
"ocaml": "~4.14.0"
|
2018-07-12 01:00:11 -07:00
|
|
|
},
|
2018-01-25 01:11:18 -08:00
|
|
|
"esy": {
|
2025-06-15 15:03:54 -07:00
|
|
|
"build": [
|
|
|
|
|
[
|
|
|
|
|
"dune",
|
|
|
|
|
"build",
|
|
|
|
|
"-p",
|
|
|
|
|
"reason",
|
|
|
|
|
"--disable-promotion"
|
|
|
|
|
]
|
|
|
|
|
]
|
2018-01-25 01:11:18 -08:00
|
|
|
}
|
|
|
|
|
}
|