package curses

  1. Overview
  2. Docs
Bindings to ncurses

Install

Dune Dependency

Authors

Maintainers

Sources

curses-1.0.10.tbz
sha256=c9126f9798f0c5b3beb05efe89c7713cf655c1ffbe040a52f218aeba291922af
sha512=158626f3fd6931f30482a47ab149990ff49334c8c0dc966eb07d92f22e87faaab3fd48ed7788bbc5a77f82cb6163520588ce55ab53456bca22994f147c7e00c5

Description

Tools for building terminal-based user interfaces

Published: 26 Nov 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 (5)

  1. ocaml >= "4.02.0" & < "5.0.0"
  2. dune-configurator build
  3. conf-pkg-config build
  4. conf-ncurses build
  5. dune >= "2.7"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. orpie

Conflicts

None