opam-version: "2.0"
maintainer: "Jordan Walke <jordojw@gmail.com>"
authors: [ "Jordan Walke <jordojw@gmail.com>" ]
license: "BSD-3-Clause"
homepage: "https://github.com/facebook/reason"
doc: "http://facebook.github.io/reason"
bug-reports: "https://github.com/facebook/reason/issues"
dev-repo: "git://github.com/facebook/reason.git"
tags: [ "syntax" ]
substs: [ "pkg/META" ]
build: [
  ["ocamlbuild" "-package" "topkg" "pkg/build.native"]
  [
    "./build.native"
    "build"
    "--native"
    "%{ocaml:native}%"
    "--native-dynlink"
    "%{ocaml:native-dynlink}%"
    "--utop"
    "%{utop:installed}%"
  ]
]
depends: [
  "ocaml" {>= "4.02" & < "4.05"}
  "ocamlfind" {build}
  "utop" {>= "1.17"}
  "merlin-extend" {>= "0.3" & < "0.4"}
  "result" {= "1.2"}
  "topkg" {= "0.8.1"}
  "ocaml-migrate-parsetree" {< "2.0.0"}
  "reason-parser" {= "1.13.0"}
]
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.13.0.tar.gz"
  checksum: "md5=e1536c89e9fc0b7c90898c8483eea085"
}
