this repo has no description
1opam-version: "2.0"
2synopsis: "Bindings to ncurses"
3description: "Tools for building terminal-based user interfaces"
4maintainer: ["Michael Bacarella <m@bacarella.com>"]
5authors: ["Nicolas George"]
6license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
7homepage: "https://github.com/mbacarella/curses"
8bug-reports: "https://github.com/mbacarella/curses/issues"
9depends: [
10 "dune" {>= "2.7"}
11 "conf-ncurses" {build}
12 "conf-pkg-config" {build}
13 "dune-configurator" {build}
14 "ocaml" {>= "4.02.0" & < "5.0.0"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/mbacarella/curses.git"
32url {
33 src:
34 "https://github.com/mbacarella/curses/releases/download/1.0.10/curses-1.0.10.tbz"
35 checksum: [
36 "sha256=c9126f9798f0c5b3beb05efe89c7713cf655c1ffbe040a52f218aeba291922af"
37 "sha512=158626f3fd6931f30482a47ab149990ff49334c8c0dc966eb07d92f22e87faaab3fd48ed7788bbc5a77f82cb6163520588ce55ab53456bca22994f147c7e00c5"
38 ]
39}
40x-commit-hash: "a23a03d06206d85f53938c196b2a258ed1e4ef2e"