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-1/ascend-0.1.2-1.tbz"
36 checksum: [
37 "sha256=ea8462dc3db9bf2783dcfb9b7edfd9b28701db67dfc234f7bf75c16f9f8ae0e1"
38 "sha512=41e3179885e7e830883723089e3cdc4396f6897b32e07e49b9ff58c9105c60145bcbc81ed319f747c4e10b32c9cc8adbfccb32d0b08c78b9a1c903f5639b17d3"
39 ]
40}
41x-commit-hash: "fbf17e098c62cddb911f74dae8d9d65096f90405"