package lambda-term

  1. Overview
  2. Docs
Terminal manipulation library for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

1.7.tar.gz
md5=5a4a018416aa1ef731952ce43c09baf9

Description

Lambda-term is a cross-platform library for manipulating the terminal. It provides an abstraction for keys, mouse events, colors, as well as a set of widgets to write curses-like applications.

The main objective of lambda-term is to provide a higher level functional interface to terminal manipulation than, for example, ncurses, by providing a native OCaml interface instead of bindings to a C library.

Lambda-term integrates with zed to provide text edition facilities in console applications.

Published: 21 Oct 2014

Dependencies (6)

  1. ocamlbuild build
  2. react >= "1.0.0"
  3. zed >= "1.2" & < "2.0"
  4. lwt >= "2.4.0" & < "3.0.0"
  5. ocamlfind
  6. ocaml >= "3.12" & < "4.06.0"

Dev Dependencies

None

Conflicts

None