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.2/ascend-0.1.2.tbz"
36 checksum: [
37 "sha256=ff3c69754825b9b67a26fcf9020799dc38fb3dc1c8a464d83041250b1ad22ccb"
38 "sha512=6f26d7276f5fd9b395dd1409c21aa0abe7a55177d4f1d8186531b8900adfde0ef3c978a49f6b0e1f2c7ba421d5e3f65e06caa5815f72a459bd510a736ef005e7"
39 ]
40}
41x-commit-hash: "2f1a6a2bac1a32bc23639a6448edd4a316834f64"