this repo has no description
1opam-version: "2.0"
2maintainer: "ogunden@phauna.org"
3authors: ["Nicolas George"]
4homepage: "https://www.nongnu.org/ocaml-tmk/"
5bug-reports: "http://savannah.nongnu.org/projects/ocaml-tmk/"
6dev-repo: "git+https://git.savannah.nongnu.org/git/ocaml-tmk.git"
7build: [
8 ["./configure" "--enable-widec"]
9 [make "OCAMLMAKEFILE=OCamlMakefile" "byte"]
10 [make "OCAMLMAKEFILE=OCamlMakefile" "opt"]
11]
12remove: [["ocamlfind" "remove" "curses"]]
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"
21flags: light-uninstall
22url {
23 src: "http://ocaml.phauna.org/distfiles/ocaml-curses-1.0.4.ogunden1.tar.gz"
24 checksum: [
25 "sha256=62a7f9ee48ed4d68c37dff7903896207932ba82dccc74cbf6bcc463a520e9823"
26 "md5=b734aae5b9087fa482a2b283f9ace328"
27 ]
28}