Skip to content

Commit

Permalink
[new release] ascend (0.1.0)
Browse files Browse the repository at this point in the history
CHANGES:

Initial release.
  • Loading branch information
m-laniakea committed Sep 22, 2024
1 parent 5185cdc commit 02dd161
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions packages/ascend/ascend.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
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"]
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"
"dune" {>= "3.16"}
"notty"
"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"
url {
src:
"https://github.com/m-laniakea/ascend/releases/download/v0.1.0/ascend-0.1.0.tbz"
checksum: [
"sha256=072da94c989ee45480dccfcf540a482a71d3124b70eed0975a9d07bfdc576ca5"
"sha512=ca54da52bf555c6a6b24e64f2ae134e751adce7dea8f2b9a7c0f594bab9c9ff5be068819a968173e5c6f9dbf75e3f973449252057ae8a2f4ad04728912fa5b0a"
]
}
x-commit-hash: "109147f354737de4e62f2384f68fe9d2efa08c1d"

0 comments on commit 02dd161

Please sign in to comment.