this repo has no description
1opam-version: "2.0" 2synopsis: "Ascend - Terminal Dungeon RPG adventure" 3description: 4 "Venture into the depths to retrieve the stolen artifact, and ascend! NetHack lite." 5maintainer: ["m-laniakea@github.com"] 6authors: ["eir"] 7license: "AGPL-3.0-only" 8tags: ["game" "terminal"] 9homepage: "https://github.com/m-laniakea/ascend" 10bug-reports: "https://github.com/m-laniakea/ascend/issues" 11depends: [ 12 "ocaml" {>= "5.2.0"} 13 "dune" {>= "3.16"} 14 "notty" {>= "0.2.3"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/m-laniakea/ascend.git" 32available: [ os-family != "windows" ] 33url { 34 src: 35 "https://github.com/m-laniakea/ascend/releases/download/v0.1.1/ascend-0.1.1.tbz" 36 checksum: [ 37 "sha256=0da3a48c36aa4e4d0594342ed3d8a330b9d5cae3ac80659f39070cf181ea39a8" 38 "sha512=d7c68105d83303022c678d1755069846939cb63ecee8e757ea5096859c199271a4a911442dacaa98861c09cde1d4b15d06300aa79db56c3dd52c2d21f8e85814" 39 ] 40} 41x-commit-hash: "81a472b431de895046c850c576cc029f38fc68d3"