this repo has no description
1opam-version: "2.0"
2synopsis: "Reason: Syntax & Toolchain for OCaml"
3description: """
4Reason gives OCaml a new syntax that is remniscient of languages like
5JavaScript. It's also the umbrella project for a set of tools for the OCaml &
6JavaScript ecosystem."""
7maintainer: [
8 "Jordan Walke <jordojw@gmail.com>"
9 "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
10]
11authors: ["Jordan Walke <jordojw@gmail.com>"]
12license: "MIT"
13homepage: "https://reasonml.github.io/"
14bug-reports: "https://github.com/reasonml/reason/issues"
15depends: [
16 "dune" {>= "3.8"}
17 "ocaml" {>= "4.06" & < "5.4"}
18 "ocamlfind" {build}
19 "dune-build-info" {>= "2.9.3"}
20 "menhir" {>= "20180523"}
21 "merlin-extend" {>= "0.6.2"}
22 "fix"
23 "ppx_derivers"
24 "cppo"
25 "ppxlib" {>= "0.28.0" & < "0.36.0"}
26 "odoc" {with-doc}
27]
28build: [
29 ["dune" "subst"] {dev}
30 [
31 "dune"
32 "build"
33 "-p"
34 name
35 "-j"
36 jobs
37 "@install"
38 "@doc" {with-doc}
39 ]
40]
41dev-repo: "git+https://github.com/reasonml/reason.git"
42url {
43 src:
44 "https://github.com/reasonml/reason/releases/download/3.14.0/reason-3.14.0.tbz"
45 checksum: [
46 "sha256=1d09ba24a0594745ab6b38b4d5f81ead8565b73cb69ad46af1c2c26f8d324f00"
47 "sha512=542d63c99ab976d011ca39953c022bdd2120177d5905df7ee6ff9623ec4d52c09a323ff7aec95fba5e71611c3850a88172e1c2be94ce68d966b5680ddd436494"
48 ]
49}
50x-commit-hash: "d322b122fa2dafc93e7f980943d30268715e61ac"