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" {>= "2.9"} 17 "ocaml" {>= "4.06" & < "5.3"} 18 "ocamlfind" {build} 19 "dune-build-info" {>= "2.9.3"} 20 "menhir" {>= "20180523"} 21 "merlin-extend" {>= "0.6"} 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 "--promote-install-files=false" 38 "@install" 39 "@doc" {with-doc} 40 ] 41 ["dune" "install" "-p" name "--create-install-files" name] 42] 43dev-repo: "git+https://github.com/reasonml/reason.git" 44url { 45 src: 46 "https://github.com/reasonml/reason/releases/download/3.13.0/reason-3.13.0.tbz" 47 checksum: [ 48 "sha256=df2544606bc824a67082e2011826e7a1cde7af0ccb5ba457e937fe018c3ce7e4" 49 "sha512=ad6606defad2dcc2456b42e77eb77d5aee02ccda7ad32c313dcbb2c5d25953ff0c80719a3c6ef30b8443d8e6105b46aacdccc3607620c36ce8c8d0537574c21c" 50 ] 51} 52x-commit-hash: "9e71ba66b7ffea5faad2829cf90c9f307d9e2b99"