opam-version: "2.0"
maintainer: "ogunden@phauna.org"
build: [
  ["./configure" "--enable-widec"]
  [make "OCAMLMAKEFILE=OCamlMakefile" "byte"]
  [make "OCAMLMAKEFILE=OCamlMakefile" "opt"]
]
remove: [["ocamlfind" "remove" "curses"]]
depends: ["ocaml" "ocamlfind"]
depexts: [
  ["libncurses-dev"] {os-family = "debian"}
]
install: [make "OCAMLMAKEFILE=OCamlMakefile" "install"]
synopsis: "Bindings to curses/ncurses"
description: "Tools for building terminal-based user interfaces"
flags: light-uninstall
x-ci-accept-failures: ["debian-unstable"]
url {
  src: "http://ocaml.phauna.org/distfiles/ocaml-curses-1.0.3.ogunden1.tar.gz"
  checksum: "md5=58f22c4884f17d82024c68d82f1c3d61"
}
