zed 3.2.2-2 source package in Ubuntu

Changelog

zed (3.2.2-2) unstable; urgency=medium

  * Team upload.
  * Fix compilation with recent dune.

 -- Julien Puydt <email address hidden>  Thu, 06 Jul 2023 12:00:23 +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-2.dsc 2.1 KiB 1d054c540476002608a81fe6d98bad0c08071b314c49001a98164aacc1189ebb
zed_3.2.2.orig.tar.gz 43.5 KiB 3ba2d247085908892d01aa707bd4e7c8144d9ccac55e797f586a3f48caae4baf
zed_3.2.2-2.debian.tar.xz 3.3 KiB c0c89797ec41aa05178d048c78f4d3343c20fb72be7a72bbb26a581319da8da7

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.