From 35fbe5edfcf446631958315e7ec1dc92b5bd5ad9 Mon Sep 17 00:00:00 2001 From: m-laniakea Date: Mon, 23 Sep 2024 15:50:28 -0700 Subject: [PATCH] [new release] ascend (0.1.1) CHANGES: Added light-themed terminal support --- packages/ascend/ascend.0.1.1/opam | 41 +++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 packages/ascend/ascend.0.1.1/opam diff --git a/packages/ascend/ascend.0.1.1/opam b/packages/ascend/ascend.0.1.1/opam new file mode 100644 index 00000000000..dc69d4131ce --- /dev/null +++ b/packages/ascend/ascend.0.1.1/opam @@ -0,0 +1,41 @@ +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"