this repo has no description

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

CHANGES:

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

Changed files
+41
packages
ascend
ascend.0.1.2-edit-0
+41
packages/ascend/ascend.0.1.2-edit-0/opam
···
+
opam-version: "2.0"
+
synopsis: "Ascend - Terminal Dungeon RPG adventure"
+
description:
+
"Venture into the depths to retrieve the stolen artifact, and ascend! NetHack lite."
+
maintainer: ["m-laniakea@github.com"]
+
authors: ["eir"]
+
license: "AGPL-3.0-only"
+
tags: ["game" "terminal"]
+
homepage: "https://github.com/m-laniakea/ascend"
+
bug-reports: "https://github.com/m-laniakea/ascend/issues"
+
depends: [
+
"ocaml" {>= "5.2.0"}
+
"dune" {>= "3.16"}
+
"notty" {>= "0.2.3"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/m-laniakea/ascend.git"
+
available: [ os-family != "windows" ]
+
url {
+
src:
+
"https://github.com/m-laniakea/ascend/releases/download/v0.1.2-edit-0/ascend-0.1.2-edit-0.tbz"
+
checksum: [
+
"sha256=8c9067692d6de5a86edceb7e03f59080f4c3afe23ea25cc43ee0f4cddd10a800"
+
"sha512=a6acd66d51fde4cafde1f918d06fd45f61157e51eaf81cbd0781c0cdb4d77452571d911c993a65b3db844e8bdb72f651291ba108cdf2a16f303d4fbbebfbe865"
+
]
+
}
+
x-commit-hash: "36c7ee713a50ff1ba5b83bfe95e02f83c698a060"