pkgsrc-wip/ocaml-zed/DESCR
Hiramatsu Yoshifumi 86aef468ae Import ocaml module Zed into wip/ocaml-zed.
Zed is an abstract engine for text edition. It can be used to write
text editors, edition widgets, readlines, ... You just have to
connect an engine to your inputs and rendering functions to get an
editor.

Zed provides:

* edition state management,
* multiple cursor support,
* key-binding helpers,
* general purpose unicode rope manipulation functions.
2014-04-09 00:24:09 +00:00

12 lines
355 B
Plaintext

Zed is an abstract engine for text edition. It can be used to write
text editors, edition widgets, readlines, ... You just have to
connect an engine to your inputs and rendering functions to get an
editor.
Zed provides:
* edition state management,
* multiple cursor support,
* key-binding helpers,
* general purpose unicode rope manipulation functions.