zed 3.2.3-1 source package in Ubuntu

Changelog

zed (3.2.3-1) unstable; urgency=medium

  * Team upload
  * New upstream release

 -- Stéphane Glondu <email address hidden>  Sun, 27 Aug 2023 21:56:52 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
zed_3.2.3-1.dsc 1.9 KiB 149eebb5fb2c182b98404873f5386182c20505762f58ec64f5afa7c7e308699d
zed_3.2.3.orig.tar.gz 43.7 KiB 4b6a3085d682327269fe69ff0d7eb9a2f8532f41ee57a42f27f48b7fdc3b058c
zed_3.2.3-1.debian.tar.xz 3.2 KiB 16de92ae613e7cedcba75edc5fe088ac0bfa1fb760e24842ad0c7db2f28c5a03

Available diffs

No changes file available.

Binary packages built by this source

libzed-ocaml: abstract engine for text edition in OCaml (runtime)

 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.
 .
 This package contains the runtime libraries for programs using
 zed.

libzed-ocaml-dbgsym: debug symbols for libzed-ocaml
libzed-ocaml-dev: abstract engine for text edition in OCaml (development tools)

 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.
 .
 This package contains the development stuff needed to use the
 zed library in your programs.