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"
7license: "LGPL-2.1-or-later"
8build: [
9 ["./configure" "--enable-widec"]
10 [make "OCAMLMAKEFILE=OCamlMakefile" "byte"]
11 [make "OCAMLMAKEFILE=OCamlMakefile" "opt"]
12]
13depends: [
14 "ocaml" {< "5.0.0"}
15 "ocamlfind" {build}
16 "conf-ncurses"
17]
18install: [make "OCAMLMAKEFILE=OCamlMakefile" "install"]
19synopsis: "Bindings to curses/ncurses"
20description: "Tools for building terminal-based user interfaces"
21url {
22 src: "https://github.com/mbacarella/curses/archive/1.0.8.tar.gz"
23 checksum: [
24 "md5=4a7cb58186a652d15bc1a2066aba5954"
25 "sha512=b0b48b9da3946abc4eb8024365747a58104123c5fc55af2441275fd3127c0860c56bf23a9416767409ce9c1b8ce8f65f809f206fbe6575cd70a04efc01624477"
26 ]
27}