diff --git a/packages/ascend/ascend.0.1.2-1/opam b/packages/ascend/ascend.0.1.2-1/opam new file mode 100644 index 00000000000..a64869dc4f1 --- /dev/null +++ b/packages/ascend/ascend.0.1.2-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.2-1/ascend-0.1.2-1.tbz" + checksum: [ + "sha256=ea8462dc3db9bf2783dcfb9b7edfd9b28701db67dfc234f7bf75c16f9f8ae0e1" + "sha512=41e3179885e7e830883723089e3cdc4396f6897b32e07e49b9ff58c9105c60145bcbc81ed319f747c4e10b32c9cc8adbfccb32d0b08c78b9a1c903f5639b17d3" + ] +} +x-commit-hash: "fbf17e098c62cddb911f74dae8d9d65096f90405"