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" {< "5.0.0"} "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: [ "sha256=946a7e657c4503586f92b449cbb783472b75bea8bd3fe461baec934e1751be3b" "md5=58f22c4884f17d82024c68d82f1c3d61" ] }