Language

Package: ocaml-zed @ 3.1.0

Synopsis

Abstract engine for text edition in OCaml

Description

This module provides an abstract engine for text edition. It can be used to write text editors, edition widgets, readlines, and more. The module 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.

Home page
https://github.com/ocaml-community/zed
Location
gnu/packages/ocaml.scm (line: 4042, column: 2)
License

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/n56yavzwcxvawklljqjf4gq49jp0lb0n-ocaml-zed-3.1.0.drv

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'ocaml-charInfo-width' does not match package name 'ocaml-charinfo-width'