2018-01-25 01:11:18 -08:00
|
|
|
{
|
|
|
|
|
"name": "@esy-ocaml/reason",
|
2020-08-16 03:47:53 -07:00
|
|
|
"version": "3.6.1",
|
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",
|
|
|
|
|
"url": "https://github.com/facebook/reason.git"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2020-01-17 01:12:00 +00:00
|
|
|
"ocaml": " >= 4.2.0 < 4.11.0",
|
2019-10-28 23:04:56 -07:00
|
|
|
"@opam/fix": "*",
|
2018-10-20 01:41:11 -07:00
|
|
|
"@opam/ocamlfind": "*",
|
2018-09-21 19:36:04 +02:00
|
|
|
"@opam/menhir": " >= 20170418.0.0",
|
2018-10-20 01:41:11 -07:00
|
|
|
"@opam/merlin-extend": " >= 0.3",
|
|
|
|
|
"@opam/result": "*",
|
2020-08-16 03:47:53 -07:00
|
|
|
"@opam/ocaml-migrate-parsetree": " < 2.0.0",
|
2018-10-20 01:41:11 -07:00
|
|
|
"@opam/dune": "*"
|
2018-01-25 01:11:18 -08:00
|
|
|
},
|
2018-07-12 01:00:11 -07:00
|
|
|
"devDependencies": {
|
2018-10-20 01:41:11 -07:00
|
|
|
"@esy-ocaml/merlin": "*",
|
2018-07-12 01:00:11 -07:00
|
|
|
"ocaml": "~4.6.0"
|
|
|
|
|
},
|
2018-01-25 01:11:18 -08:00
|
|
|
"esy": {
|
|
|
|
|
"build": [
|
2018-09-21 19:36:04 +02:00
|
|
|
[ "dune", "build", "-p", "reason"]
|
2018-10-20 01:41:11 -07:00
|
|
|
]
|
2018-01-25 01:11:18 -08:00
|
|
|
}
|
|
|
|
|
}
|