-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcamels.opam
31 lines (29 loc) · 1.07 KB
/
camels.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
opam-version: "2.0"
maintainer: ["[email protected]"]
authors: ["yomimono"]
homepage: "https://github.com/yomimono/camels"
bug-reports: "https://github.com/yomimono/camels/issues"
dev-repo: "git+https://github.com/yomimono/camels.git"
license: "GPLv3"
tags: ["game"]
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"cmdliner"
"dune" {>= "1.8"}
"fmt"
"mirage-clock-unix"
"mirage-time-unix"
"notty"
"ocaml" {>= "4.07.0"}
"ppx_deriving_yojson"
"yojson"
]
synopsis: "A game about camels"
description: """
Experience the glamor and excitement of open-source project maintenance, combined with the blazing-fast action of an idle game, with the heart-pounding immersion of a cutting-edge terminal interface! Features emoji/non-emoji mode, metrics, and save/restore functionality. Live the life of adventure you've always dreamed of, with Camels Game!
"This game is extremely cynical" - area BSD user and former Google employee
"It seems to have some floating point bugs" - [email protected]
"not really sure whether it's a game or a shitpost" - yomimono
"""