this repo has no description

[new release] ascend (0.1.1)

CHANGES:

Added light-themed terminal support

Changed files
+41
packages
ascend
ascend.0.1.1
+41
packages/ascend/ascend.0.1.1/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.1/ascend-0.1.1.tbz"
+
checksum: [
+
"sha256=0da3a48c36aa4e4d0594342ed3d8a330b9d5cae3ac80659f39070cf181ea39a8"
+
"sha512=d7c68105d83303022c678d1755069846939cb63ecee8e757ea5096859c199271a4a911442dacaa98861c09cde1d4b15d06300aa79db56c3dd52c2d21f8e85814"
+
]
+
}
+
x-commit-hash: "81a472b431de895046c850c576cc029f38fc68d3"