this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Bindings to ncurses"
4description: "Tools for building terminal-based user interfaces"
5maintainer: ["Michael Bacarella <m@bacarella.com>"]
6authors: ["Nicolas George"]
7license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
8homepage: "https://github.com/mbacarella/curses"
9bug-reports: "https://github.com/mbacarella/curses/issues"
10depends: [
11 "dune" {>= "2.7"}
12 "conf-ncurses"
13 "conf-pkg-config"
14 "dune-configurator"
15 "ocaml" {>= "4.02.0"}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/mbacarella/curses.git"
33url {
34 src: "https://github.com/mbacarella/curses/archive/refs/tags/1.0.11.tar.gz"
35 checksum: [
36 "md5=4ab8609fbc790fe84286c6070c05ac12"
37 "sha512=343113ab56ce339d8dc534087c27c88513a15a7d4337187f0d8e939c05730c6f2f4e6ddb2bfa6eed96b38d8e0271762d34be0ecf94bbfcbaeef29c12a362c672"
38 ]
39}