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.08" & < "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.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.16.0/reason-3.16.0.tbz" 45 checksum: [ 46 "sha256=47b0e43a7d348e2a850658ab4bec5a4fbbb9fd4ff3ec8a1c1816511558c5364e" 47 "sha512=0d8dbe33ac17b765ea018522910a333831fec278ae4da25ba039ce4d2d8152f9b2fbba5b40c453241bf4323e55e0dc070170b04caa35742c6e33a7f726feafb3" 48 ] 49} 50x-commit-hash: "c77eebbe79e8dd46b0733b0301a9f458263a5842"