this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] ascend (0.1.2-edit-0)

CHANGES:

- Added 'regen' to help menu
- improved scariness formula

+41
+41
packages/ascend/ascend.0.1.2-edit-0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Ascend - Terminal Dungeon RPG adventure" 3 + description: 4 + "Venture into the depths to retrieve the stolen artifact, and ascend! NetHack lite." 5 + maintainer: ["m-laniakea@github.com"] 6 + authors: ["eir"] 7 + license: "AGPL-3.0-only" 8 + tags: ["game" "terminal"] 9 + homepage: "https://github.com/m-laniakea/ascend" 10 + bug-reports: "https://github.com/m-laniakea/ascend/issues" 11 + depends: [ 12 + "ocaml" {>= "5.2.0"} 13 + "dune" {>= "3.16"} 14 + "notty" {>= "0.2.3"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 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 + ] 31 + dev-repo: "git+https://github.com/m-laniakea/ascend.git" 32 + available: [ os-family != "windows" ] 33 + url { 34 + src: 35 + "https://github.com/m-laniakea/ascend/releases/download/v0.1.2-edit-0/ascend-0.1.2-edit-0.tbz" 36 + checksum: [ 37 + "sha256=8c9067692d6de5a86edceb7e03f59080f4c3afe23ea25cc43ee0f4cddd10a800" 38 + "sha512=a6acd66d51fde4cafde1f918d06fd45f61157e51eaf81cbd0781c0cdb4d77452571d911c993a65b3db844e8bdb72f651291ba108cdf2a16f303d4fbbebfbe865" 39 + ] 40 + } 41 + x-commit-hash: "36c7ee713a50ff1ba5b83bfe95e02f83c698a060"