Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jordwalke committed Oct 27, 2017
1 parent 5642559 commit 38b9176
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 66 deletions.
62 changes: 38 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,40 @@
{
"name": "reason",
"version": "3.0.0",
"description": "Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems",
"repository": {
"type": "git",
"url": "https://github.com/facebook/reason.git"
},
"main": "refmt.js",
"keywords": [
"reason",
"ocaml",
"react",
"javascript",
"won't you look at all these nice types"
],
"license": "BSD",
"homepage": "https://github.com/facebook/reason",
"dependencies": {},
"devDependencies": {
"bs-platform": "^1.9.3"
},
"scripts": {
"prepublishOnly": "cd ./bspacks && ./downloadSomeDependencies.sh && ./reason_bspack.sh"
}
"name": "@opam/reason",
"version": "3.0.0",
"dependencies": {
"@esy-ocaml/substs": "^0.0.1",
"@esy-ocaml/esy-installer": "^0.0.0",
"@opam/ocamlfind": "",
"@opam/menhir": " >= 20170418.0.0 <= 20170712.0.0",
"@opam/utop": " >= 1.17.0",
"@opam/merlin-extend": " >= 0.3.0",
"@opam/result": "=1.2.0",
"@opam/topkg": " >= 0.9.1",
"@opam/ocaml-migrate-parsetree": "*"
},
"peerDependencies": {
"ocaml": " >= 4.2.0 < 4.6.0"
},
"devDependencies": {
"ocaml": "~4.2.3000"
},
"esy": {
"build": [
[ "substs", "pkg/META.in" ],
[ "make", "compile_error" ],
[ "ocamlbuild", "-use-ocamlfind", "-package", "topkg", "pkg/build.native" ],
[
"./build.native",
"build",
"--native",
"true",
"--native-dynlink",
"true",
"--utop",
"${utop_installed:-false}"
],
[ "sh", "-c", "(esy-installer || true)" ]
],
"buildsInSource": true
}
}
4 changes: 2 additions & 2 deletions package.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

let version = "3.0.0"
let git_version = "bee43b0208e65c08452d814d8028651d177bc663"
let git_short_version = "bee43b0"
let git_version = "5642559bad4ad3c7bd150b42d11ca862c0e0b08e"
let git_short_version = "5642559"
40 changes: 0 additions & 40 deletions package.opam.json

This file was deleted.

0 comments on commit 38b9176

Please sign in to comment.