opam-version: "2.0"
maintainer: "ogunden@phauna.org"
authors: ["Nicolas George"]
homepage: "https://www.nongnu.org/ocaml-tmk/"
bug-reports: "http://savannah.nongnu.org/projects/ocaml-tmk/"
dev-repo: "git+https://git.savannah.nongnu.org/git/ocaml-tmk.git"
build: [
  ["./configure" "--enable-widec"]
  [make "OCAMLMAKEFILE=OCamlMakefile" "byte"]
  [make "OCAMLMAKEFILE=OCamlMakefile" "opt"]
]
remove: [["ocamlfind" "remove" "curses"]]
depends: [
    "ocaml"
    "ocamlfind" {build}
    "conf-ncurses"
]
install: [make "OCAMLMAKEFILE=OCamlMakefile" "install"]
synopsis: "Bindings to curses/ncurses"
description: "Tools for building terminal-based user interfaces"
flags: light-uninstall
url {
  src: "http://ocaml.phauna.org/distfiles/ocaml-curses-1.0.4.ogunden1.tar.gz"
  checksum: "md5=b734aae5b9087fa482a2b283f9ace328"
}
