opam-version: "2.0"
maintainer: "Jordan Walke <jordojw@gmail.com>"
authors: [ "Jordan Walke <jordojw@gmail.com>" ]
license: "MIT"
homepage: "https://github.com/facebook/reason"
doc: "http://reasonml.github.io/"
bug-reports: "https://github.com/facebook/reason/issues"
dev-repo: "git://github.com/facebook/reason.git"
tags: [ "syntax" ]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml"  {>= "4.02" & < "4.10"}
  "dune"   {>= "1.4"}
  "reason"
  "utop"   {>= "1.17"}
]
synopsis: "Reason toplevel"
description:
  "rtop is the toplevel (or REPL) for Reason, based on utop (https://github.com/jeremiedimino/utop)."
url {
  src: "https://registry.npmjs.org/@esy-ocaml/reason/-/reason-3.5.2.tgz"
  checksum: "md5=66c54296009e0f6cbc8e93aa01105cbb"
}

