zed 2.0.3-1 source package in Ubuntu

Changelog

zed (2.0.3-1) unstable; urgency=medium

  [ Stéphane Glondu ]
  * Team upload
  * New upstream release
  * Remove Lifeng from Uploaders (Closes: #925113)
  * Update Vcs-*
  * Bump debhelper compat level to 12
  * Bump Standards-Version to 4.4.0

  [ Nicolas Dandrimont ]
  * d/control: remove myself from Uploaders

 -- Stéphane Glondu <email address hidden>  Tue, 10 Sep 2019 09:46:28 +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_2.0.3-1.dsc 1.8 KiB d80d3542040d7195b52fd5cbaec888d1865c726c853ed36ea43ade7b2d23d857
zed_2.0.3.orig.tar.gz 42.5 KiB f91b6cf4e349e63faea460586c97be7fe7bb40849bdc13147a92937ddba8d89a
zed_2.0.3-1.debian.tar.xz 2.8 KiB 932d9644aba7b42561113e6c0b1199018e2fea96a4b18a389f14514e76df0e97

No changes file available.

Binary packages built by this source

libzed-ocaml: No summary available for libzed-ocaml in ubuntu eoan.

No description available for libzed-ocaml in ubuntu eoan.

libzed-ocaml-dbgsym: No summary available for libzed-ocaml-dbgsym in ubuntu eoan.

No description available for libzed-ocaml-dbgsym in ubuntu eoan.

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.