opam-version: "2.0"
maintainer: "Nick Zalutskiy <nick@zalutskiy.com>"
homepage: "https://github.com/pacemkr/ocaml-termbox"
doc: "http://pacemkr.github.io/ocaml-termbox/"
license: "BSD-2-Clause"
build: make
remove: [
  ["ocamlfind" "remove" "termbox"]
]
depends: ["ocaml" "ocamlfind"]
depexts: [
  ["python"] {os-family = "debian"}
]
install: [make "install"]
synopsis:
  "Bindings for the termbox library, minimalistic API for creating text-based interfaces."
flags: light-uninstall
url {
  src: "https://github.com/constfun/ocaml-termbox/archive/v0.1.0.tar.gz"
  checksum: "md5=18d912ddd86e0050347ae44990f7759c"
}
