Description
Interactive terminal interfaces can be built with cursor control, key handling, and screen manipulation from OCaml. This helps developers create command-line tools that feel more like full text interfaces than simple prompts.
It is a development library, not a standalone terminal program. Users usually receive it as a dependency of OCaml terminal applications.