2018-10-20 06:46:57 +01:00
|
|
|
opam-version: "2.0"
|
2016-02-19 16:36:03 -08:00
|
|
|
maintainer: "Jordan Walke <jordojw@gmail.com>"
|
|
|
|
|
authors: [ "Jordan Walke <jordojw@gmail.com>" ]
|
2017-12-11 14:54:32 -08:00
|
|
|
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: [
|
2018-08-20 21:30:20 +01:00
|
|
|
["dune" "build" "-p" name "-j" jobs]
|
2018-10-20 06:46:57 +01:00
|
|
|
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
2016-02-19 16:36:03 -08:00
|
|
|
]
|
|
|
|
|
depends: [
|
2018-10-20 06:46:57 +01:00
|
|
|
"ocaml" {>= "4.02" & < "4.08"}
|
|
|
|
|
"dune" {build & >= "1.4"}
|
|
|
|
|
"ocamlfind" {build}
|
|
|
|
|
"menhir" {>= "20170418"}
|
|
|
|
|
"merlin-extend" {>= "0.3"}
|
2018-02-10 20:49:28 -08:00
|
|
|
"result"
|
2017-02-08 17:02:38 +00:00
|
|
|
"ocaml-migrate-parsetree"
|
2016-02-19 16:36:03 -08:00
|
|
|
]
|
2018-10-20 06:46:57 +01: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."""
|