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.6.tar.gz"
22 checksum: [
23 "md5=330bf85cc529a70c6b3e9a2825e97863"
24 "sha512=b9040ee7a75f6430f5af20b8a7029c18da1d7cc4e39b02e0c2c1848c646f18cae7eed16830be37cd429e228b4fa38b3ce91432ac6d21a7df238cbb1e7cc54f78"
25 ]
26}