package zed

  1. Overview
  2. No Docs
Abstract engine for text edition in OCaml

Install

Authors

Maintainers

Sources

zed-1.6.tbz
md5=f75c3094af1a22f9801d5ca5eb2d40e0

Description

Zed is an abstract engine for text edition. It can be used to write text editors, edition widgets, readlines, ... Zed uses Camomile to fully support the Unicode specification, and implements an UTF-8 encoded string type with validation, and a rope datastructure to achieve efficient operations on large Unicode buffers. Zed also features a regular expression search on ropes. To support efficient text edition capabilities, Zed provides macro recording and cursor management facilities.

Published: 06 Nov 2017

Dependencies (5)

  1. react
  2. camomile >= "0.8" & < "2.0.0"
  3. base-bytes
  4. jbuilder >= "1.0+beta9"
  5. ocaml >= "4.02.3"

Dev Dependencies

None

Used by (3)

  1. gufo
  2. lambda-term < "2.0"
  3. utop < "1.4.0"

Conflicts

None