zed 3.2.2-3 source package in Ubuntu

Changelog

zed (3.2.2-3) unstable; urgency=medium

  * Team upload
  * Use ocaml_dune DH buildsystem

 -- Stéphane Glondu <email address hidden>  Thu, 10 Aug 2023 08:56:53 +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

Downloads

File Size SHA-256 Checksum
zed_3.2.2-3.dsc 1.9 KiB 03f1fc85b96e093eadc76cc969eedf0e7e94b998f2ecf3b97c326b5e90378a22
zed_3.2.2.orig.tar.gz 43.5 KiB 3ba2d247085908892d01aa707bd4e7c8144d9ccac55e797f586a3f48caae4baf
zed_3.2.2-3.debian.tar.xz 3.2 KiB 26e71df7effcc908415313ac188519dc4a01f31ff80c9255fc862775a9454e5b

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.