package zed

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

Install

Authors

Maintainers

Sources

3.1.0.tar.gz
md5=51e8676ba972e5ad727633c161e404b1

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: 31 May 2020

Dependencies (6)

  1. charInfo_width >= "1.1.0" & < "2.0~"
  2. react
  3. camomile >= "1.0.1"
  4. base-bytes
  5. dune >= "1.1.0"
  6. ocaml >= "4.02.3"

Dev Dependencies

None

Used by (5)

  1. cairn
  2. gufo
  3. inquire = "0.2.0"
  4. lambda-term >= "3.0.0" & < "3.3.0"
  5. ocp-browser >= "1.2"

Conflicts

None