opam-version: "2.0"
maintainer: ["maintenance@identity-function.com"]
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" - you@example.com
"not really sure whether it's a game or a shitpost" - yomimono
"""
url {
  src:
    "https://github.com/yomimono/camels/releases/download/v0.0.4/camels-v0.0.4.tbz"
  checksum: [
    "sha256=5a96a26af3b1ee839b0abff2483a9161e2ee8c3ca9abb0e2fa62ac8ee0a57a72"
    "sha512=8cfb08d1907678462fda1eeff926727cb7e237e58da1c26938f7de3b257d461df38090498a15e439d67e0354adb444675d0866bb6ccc2dd649fa9801f47a9ad2"
  ]
}
