package curses

  1. Overview
  2. Docs
Bindings to ncurses

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.11.tar.gz
md5=4ab8609fbc790fe84286c6070c05ac12
sha512=343113ab56ce339d8dc534087c27c88513a15a7d4337187f0d8e939c05730c6f2f4e6ddb2bfa6eed96b38d8e0271762d34be0ecf94bbfcbaeef29c12a362c672

Description

Tools for building terminal-based user interfaces

Published: 23 Jan 2023

README

README.md

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/

See CHANGES.md for change history.

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. orpie

Conflicts

None