this repo has no description
1opam-version: "2.0" 2maintainer: "michael.bacarella@gmail.com" 3authors: ["Nicolas George"] 4homepage: "https://github.com/mbacarella/curses" 5bug-reports: "http://github.com/mbacarella/curses/issues" 6dev-repo: "git+https://github.com/mbacarella/curses" 7build: [ 8 ["./configure" "--enable-widec"] 9 [make "OCAMLMAKEFILE=OCamlMakefile" "byte"] 10 [make "OCAMLMAKEFILE=OCamlMakefile" "opt"] 11] 12depends: [ 13 "ocaml" {< "5.0.0"} 14 "ocamlfind" {build} 15 "conf-ncurses" 16] 17install: [make "OCAMLMAKEFILE=OCamlMakefile" "install"] 18synopsis: "Bindings to curses/ncurses" 19description: "Tools for building terminal-based user interfaces" 20url { 21 src: "https://github.com/mbacarella/curses/archive/1.0.5.tar.gz" 22 checksum: [ 23 "md5=4e1da43a469057afd505c92f46483f09" 24 "sha512=b77418ffdcff0e8a01184cfed4311765ff92399f1d3d75ba281d27ea669a6cee789ea7e5e1dfa044e55d900370393f9ae4b63fb9b6bf7af978681dcf58ca34c2" 25 ] 26}