opam-version: "2.0"
maintainer: "Jordan Walke <jordojw@gmail.com>"
authors: "Jordan Walke <jordojw@gmail.com>"
homepage: "https://github.com/facebook/reason"
bug-reports: "https://github.com/facebook/reason/issues"
license: "BSD-3-Clause"
doc: "http://facebook.github.io/reason"
tags: "syntax"
dev-repo: "git://github.com/facebook/reason.git"
substs: "pkg/META"
build: [
  [make "compile_error"]
  [
    "ocaml"
    "pkg/build.ml"
    "native=%{ocaml:native}%"
    "native-dynlink=%{ocaml:native-dynlink}%"
    "utop=%{utop:installed}%"
  ]
]
depends: [
  "ocaml" {= "4.02.3"}
  "ocamlfind" {build}
  "utop" {>= "1.17" & < "2.0"}
  "menhir" {>= "20160303" & < "20170418"}
  "merlin-extend" {>= "0.3" & < "0.4"}
]
conflicts: [
  "utop" {< "1.17"}
]
synopsis: "Reason: Meta Language Toolchain"
description: """
reason allows development of Meta Language syntax trees in non-text format. It
allows a development model that is equivalent to collaborating on syntax trees
that have been committed to a source code repository."""
url {
  src: "https://github.com/facebook/reason/archive/1.7.4.zip"
  checksum: "md5=78483ec9e707a2993846bd2feadc7680"
}
