zed 2.0.5-1 source package in Ubuntu

Changelog

zed (2.0.5-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Update Homepage and debian/watch
  * Bump Standards-Version to 4.5.0
  * Add Rules-Requires-Root: no

 -- Stéphane Glondu <email address hidden>  Tue, 11 Feb 2020 05:34:04 +0100

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_2.0.5-1.dsc 1.8 KiB 646bd3ff473b25f8a99001f61272c26d0b1e233b0c4cd533c82482a560a48e9d
zed_2.0.5.orig.tar.gz 42.8 KiB 1c9949aba3d6949c84ca5ed3e4a2ba0f90dd3245df9f21a5ec4b00e25bb5b458
zed_2.0.5-1.debian.tar.xz 2.9 KiB c4f2db030b1349c77818cddc2c4b5c3a353ed7f0d69bcaf81e66de594c5e9bef

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.