package lambda-term

  1. Overview
  2. No Docs
Terminal manipulation library for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

lambda-term-1.12.0.tbz
md5=5eaf97fc02e89d29a5f9e58d074e9a6a

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: 06 Nov 2017

Dependencies (7)

  1. jbuilder >= "1.0+beta9"
  2. lwt_react
  3. camomile >= "0.8.6" & < "2.0.0"
  4. zed >= "1.2" & < "2.0"
  5. react
  6. lwt >= "2.7.0" & < "4.0.0"
  7. ocaml >= "4.02.3"

Dev Dependencies

None

Conflicts

None