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: [
|
2020-08-10 06:39:23 -07:00
|
|
|
"ocaml" {>= "4.02" & < "4.12"}
|
2019-08-06 00:24:10 -07:00
|
|
|
"dune" {>= "1.4"}
|
2018-10-20 06:46:57 +01:00
|
|
|
"ocamlfind" {build}
|
|
|
|
|
"menhir" {>= "20170418"}
|
2020-08-10 06:39:23 -07:00
|
|
|
"merlin-extend" {>= "0.6"}
|
2019-10-28 23:04:56 -07:00
|
|
|
"fix"
|
2018-02-10 20:49:28 -08:00
|
|
|
"result"
|
2020-08-16 03:47:53 -07:00
|
|
|
"ocaml-migrate-parsetree" {< "2.0.0"}
|
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."""
|