ocaml-community / zed

Abstract engine for text edition in OCaml
Other
122 stars 16 forks source link
ocaml

Zed

Build Status

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:

API Documentation

Installation

To build and install zed, use opam:

$ opam install zed

Modules