this repo has no description

[new release] ascend (0.1.0)

CHANGES:

Initial release.

Changed files
+41
packages
ascend
ascend.0.1.0
+41
packages/ascend/ascend.0.1.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.0/ascend-0.1.0.tbz"
+
checksum: [
+
"sha256=3dc595b12b9f61998902594804b49622dafe5bdf99b871aea689f59b7e92bc16"
+
"sha512=c0cc876ad3cc94efce44126a611601ecadc26569b32d9b7aa286598d3ad8ddf2b33c13064ef6fedfcf96509c5db58531e9dc32f038266f06d1b5042dba0e5703"
+
]
+
}
+
x-commit-hash: "6a7fc0c7d152c0ef7de4c34fc1ca15a45f6e62e9"