uutf 1.0.1-2 source package in Ubuntu

Changelog

uutf (1.0.1-2) unstable; urgency=medium

  * Bump minimal required version of OCaml to 4.03
  * Patch META file to remove uchar as a dependency
  * Use canonical URI for Vcs-Git field
  * Bump minimal required version for Debhelper to 11

 -- Mehdi Dogguy <email address hidden>  Mon, 21 May 2018 12:12:35 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
uutf_1.0.1-2.dsc 2.1 KiB ed75672334dbccfad40707237098ee6c15d9c39dad7c26c6a8fe27426a7501b7
uutf_1.0.1.orig.tar.gz 24.0 KiB 50b590134866e48c9dd2c82c2e4e7caa32f0c8bb75c8eac7768e2f9519a3e995
uutf_1.0.1-2.debian.tar.xz 3.5 KiB f297bc3bf9aa8e032db40f48bd66a81773fd4516343f1624cf024bb84f99b333

No changes file available.

Binary packages built by this source

libuutf-ocaml: Non-blocking streaming Unicode codec for OCaml (plugins)

 Uutf is an non-blocking streaming Unicode codec for OCaml to decode
 and encode the UTF-8, UTF-16, UTF-16LE and UTF-16BE encoding
 schemes. It can efficiently work character by character without
 blocking on IO. Decoders perform character position tracking and
 support newline normalization.
 .
 Functions are also provided to fold over the characters of UTF
 encoded OCaml string values and to directly encode characters in
 OCaml Buffer.t values
 .
 This package contains dynamically loadable modules for plugins.

libuutf-ocaml-dbgsym: debug symbols for libuutf-ocaml
libuutf-ocaml-dev: Non-blocking streaming Unicode codec for OCaml (development files)

 Uutf is an non-blocking streaming Unicode codec for OCaml to decode
 and encode the UTF-8, UTF-16, UTF-16LE and UTF-16BE encoding
 schemes. It can efficiently work character by character without
 blocking on IO. Decoders perform character position tracking and
 support newline normalization.
 .
 Functions are also provided to fold over the characters of UTF
 encoded OCaml string values and to directly encode characters in
 OCaml Buffer.t values
 .
 This package contains the development modules you need to use Uutf
 in your programs and associated documentation.

libuutf-ocaml-doc: Non-blocking streaming Unicode codec for OCaml (documentation)

 Uutf is an non-blocking streaming Unicode codec for OCaml to decode
 and encode the UTF-8, UTF-16, UTF-16LE and UTF-16BE encoding
 schemes. It can efficiently work character by character without
 blocking on IO. Decoders perform character position tracking and
 support newline normalization.
 .
 Functions are also provided to fold over the characters of UTF
 encoded OCaml string values and to directly encode characters in
 OCaml Buffer.t values
 .
 This package contains the documentation of Uutf.