this repo has no description
1opam-version: "2.0" 2maintainer: "ogunden@phauna.org" 3build: [ 4 ["./configure" "--enable-widec"] 5 [make "OCAMLMAKEFILE=OCamlMakefile" "byte"] 6 [make "OCAMLMAKEFILE=OCamlMakefile" "opt"] 7] 8remove: [["ocamlfind" "remove" "curses"]] 9depends: [ 10 "ocaml" {< "5.0.0"} 11 "ocamlfind" 12 ] 13depexts: [ 14 ["libncurses-dev"] {os-family = "debian"} 15] 16install: [make "OCAMLMAKEFILE=OCamlMakefile" "install"] 17synopsis: "Bindings to curses/ncurses" 18description: "Tools for building terminal-based user interfaces" 19flags: light-uninstall 20x-ci-accept-failures: ["debian-unstable"] 21url { 22 src: "http://ocaml.phauna.org/distfiles/ocaml-curses-1.0.3.ogunden1.tar.gz" 23 checksum: [ 24 "sha256=946a7e657c4503586f92b449cbb783472b75bea8bd3fe461baec934e1751be3b" 25 "md5=58f22c4884f17d82024c68d82f1c3d61" 26 ] 27}