SIGN IN SIGN UP
reasonml / reason UNCLAIMED

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems

0 0 0 OCaml
opam-version: "2.0"
2016-02-19 16:36:03 -08:00
maintainer: "Jordan Walke <jordojw@gmail.com>"
authors: [ "Jordan Walke <jordojw@gmail.com>" ]
license: "MIT"
2016-06-16 06:50:30 +02:00
homepage: "https://github.com/facebook/reason"
2017-07-18 00:14:13 -07:00
doc: "http://reasonml.github.io/"
2016-06-16 06:50:30 +02:00
bug-reports: "https://github.com/facebook/reason/issues"
dev-repo: "git://github.com/facebook/reason.git"
2016-02-19 16:36:03 -08:00
tags: [ "syntax" ]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
2016-02-19 16:36:03 -08:00
]
depends: [
"ocaml" {>= "4.02" & < "4.08"}
"dune" {build & >= "1.4"}
"ocamlfind" {build}
"menhir" {>= "20170418"}
"merlin-extend" {>= "0.3"}
"result"
"ocaml-migrate-parsetree"
2016-02-19 16:36:03 -08:00
]
synopsis: "Reason: Syntax & Toolchain for OCaml"
description: """
Reason gives OCaml a new syntax that is remniscient of languages like
JavaScript. It's also the umbrella project for a set of tools for the OCaml &
JavaScript ecosystem."""