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" {< "5.0.0"} "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: [ "sha256=62a7f9ee48ed4d68c37dff7903896207932ba82dccc74cbf6bcc463a520e9823" "md5=b734aae5b9087fa482a2b283f9ace328" ] }