this repo has no description
1opam-version: "2.0" 2maintainer: "Jordan Walke <jordojw@gmail.com>" 3authors: [ "Jordan Walke <jordojw@gmail.com>" ] 4license: "MIT" 5homepage: "https://github.com/reasonml/reason" 6doc: "https://reasonml.github.io/" 7bug-reports: "https://github.com/reasonml/reason/issues" 8dev-repo: "git+https://github.com/reasonml/reason.git" 9tags: [ "syntax" ] 10build: [ 11 ["dune" "build" "-p" name "-j" jobs] 12] 13depends: [ 14 "ocaml" {>= "4.03" & < "5.1"} 15 "dune" {>= "2.3"} 16 "reason" {=version} 17 "utop" {>= "2.0"} 18] 19synopsis: "Reason toplevel" 20description: 21 "rtop is the toplevel (or REPL) for Reason, based on utop (https://github.com/diml/utop)." 22url { 23 src: 24 "https://github.com/reasonml/reason/releases/download/3.8.2/reason-3.8.2.tbz" 25 checksum: [ 26 "sha256=7adcc45db20b8def82adf2712211fb8ed844328489752e8edf74281bc1eb2ef2" 27 "sha512=45822ecf4b19b892e1d150fd7f7a80af18df576b204647d4bbb9a18ac591a690f9b5338789ecccacb2d6b6354dbc32ff4a3574cc8b82b777e21cb8729f502f95" 28 ] 29} 30x-commit-hash: "6e6c3a7c2714aeaee93b421b3ffc040874bd3b3a" 31