uutf 0.9.4-1build1 source package in Ubuntu

Changelog

uutf (0.9.4-1build1) xenial; urgency=medium

  * No-change rebuild against ocaml 4.02.

 -- Łukasz 'sil2100' Zemczak <email address hidden>  Tue, 03 Nov 2015 15:20:12 -0600

Upload details

Uploaded by:
Łukasz Zemczak
Uploaded to:
Xenial
Original maintainer:
Debian OCaml Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
uutf_0.9.4.orig.tar.bz2 36.0 KiB 4945b213da246879f170af6dbec3848207a83324edb4e329b26d990c059c1572
uutf_0.9.4-1build1.debian.tar.xz 2.8 KiB 671ed973cbe72ad52d495e019519fdb752b1515b68c487f1339fc2e3491e8ed1
uutf_0.9.4-1build1.dsc 1.8 KiB 32467af523029289c8a431f32d1fc4007eef8dd5c34c86d17c36d030245c44d0

View changes file

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-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.