zed 3.2.3-1build1 source package in Ubuntu

Changelog

zed (3.2.3-1build1) noble; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Sat, 04 Nov 2023 20:12:59 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
zed_3.2.3.orig.tar.gz 43.7 KiB 4b6a3085d682327269fe69ff0d7eb9a2f8532f41ee57a42f27f48b7fdc3b058c
zed_3.2.3-1build1.debian.tar.xz 3.2 KiB e7f57df18c0f08601377b91f00eb23c560120136dc4857596dcd367310bd504c
zed_3.2.3-1build1.dsc 2.1 KiB 6829508c7121d866815e3cb4eff1dbc7233bb6a4b65b74676c3af72229bebe08

View changes file

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.