opam-version: "2.0"
maintainer: "lord@crocodile.org"
authors: "Vadim Zaliva"
homepage: "https://github.com/vzaliva/otetris"
bug-reports: "https://github.com/vzaliva/otetris/issues"
license: "MIT"
dev-repo: "git+https://github.com/vzaliva/otetris.git"
build: ["jbuilder" "build" "-p" name]
depends: [
  "ocaml"
  "jbuilder"
  "batteries"
  "lwt" {>= "3.1.0" & < "4.0.0"}
  "lambda-term" {< "2.0"}
  "conf-sdl-image"
  "conf-sdl-ttf"
  "conf-sdl-gfx"
  "conf-sdl-mixer"
  "ocamlsdl"
  "ocaml-migrate-parsetree" {< "2.0.0"}
]
synopsis: "Tetris game implemented in OCaml language."
description: """
Two versions - terminal and using graphics (using SDL) are provided.  They
could be launched as 'ttetris' and 'gtetris'."""
url {
  src: "https://github.com/vzaliva/otetris/archive/v1.1.tar.gz"
  checksum: "md5=5079edf459afc28a77df226dc178c03d"
}
