1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
(lang dune 2.7)
(name curses)
(generate_opam_files true)
(license "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception")
(authors "Nicolas George")
(maintainers "Michael Bacarella <m@bacarella.com>")
(homepage "https://github.com/mbacarella/curses")
(source
(github mbacarella/curses))
(package
(name curses)
(synopsis "Bindings to ncurses")
(description "Tools for building terminal-based user interfaces")
(depends
conf-ncurses
conf-pkg-config
dune-configurator
(ocaml
(>= 4.02.0))))
|