package curses
Install
Dune Dependency
Authors
Maintainers
Sources
md5=d99fbd558dde7c90fb8c77ff278a58f0
sha512=49dfe4c422f1aae7100f7cbdc52663b1f8b94e29090fb80a8fac326ea97ec334e1d41f8c618cdb65fd01d1066ca6773c156b01d3440522e8fb9898d2182994c0
Description
Tools for building terminal-based user interfaces
Published: 14 Oct 2021
README
Bindings to curses/ncurses
Tools for building terminal-based user interfaces.
Overview
OCaml Curses is a project to provide curses / ncurses bindings for the Objective Caml language.
It was formally known as Text Mode Kit (TMK), but the TMK part of the project is not supported anymore, and instead we are just concentrating on providing reliable OCaml curses bindings. The author of TMK and the original version of the bindings was Nicolas George.
OCaml Curses is free software, under the terms of the GNU Lesser General Public License.
Downloads
You can try opam install curses
If you're using a dune project, you can also git clone this repo into a sub-directory and simply list curses
in a libraries
stanza.
Documentation
You can browse the documentation generated by ocamldoc.
Bug reports and contributions
Report issues to this github project's issue tracker, or email me directly, michael.bacarella@gmail.com.
Feel free to send me pull requests as well!
History
This is a fork of the now unmaintained ocaml-twk package at https://www.nongnu.org/ocaml-tmk/
Dependencies (4)
-
ocaml
>= "4.02.0" & < "5.0.0"
- dune-configurator
- conf-ncurses
-
dune
>= "1.11"
Dev Dependencies
None
Used by (1)
Conflicts
None