package lambda-term

  1. Overview
  2. Docs
Terminal manipulation library for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

1.6.tar.gz
md5=cb823046ffe2c404cd9f2690dc3c3a30

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: 22 Apr 2014

Dependencies (7)

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

Dev Dependencies

None

Conflicts

None