= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Abstract engine for text edition in OCaml
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
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)
-
charInfo_width
>= "1.1.0" & < "2.0~"
- react
-
camomile
>= "1.0.1"
- base-bytes
-
dune
>= "1.1.0"
-
ocaml
>= "4.02.3"
Dev Dependencies
-
None
Used by (4)
- gufo
-
inquire
= "0.2.0"
-
lambda-term
>= "3.0.0" & < "3.3.0"
-
ocp-browser
>= "1.2"
Conflicts
-
None
On This Page