package uucp

  1. Overview
  2. Docs
Unicode character properties for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

uucp-2.0.0.tbz
sha256=b3cc5a86a2dd58b3d57a8e5c0a5f7488c50f9347085fbc97c66d00c7aebba71e
md5=a6a9d74f56d7ca56c823d9b89af39d75

CHANGES.md.html

v2.0.0 2016-11-23 Zagreb

  • Unicode 9.0.0 support.

  • OCaml standard library Uchar.t support.

    • Removes and substitutes type Uucp.uchar = int by the (abstract) Uchar.t type. Uchar.{of,to}_int allows to recover the previous representation.

    • Removes the Uucp.Uchar module, corresponding functionality can be found in Uchar.

  • Safe string support.

  • Build depend on topkg.

  • Relicense from BSD3 to ISC.

v1.1.0 2015-11-20 Cambridge (UK)

  • Add support for the East Asian width property (Uucp.Break.east_asian_width).

  • Add the non-normative, heuristic function Uucp.Break.tty_width_hint. Thanks to David Kaloper for the contribution.

v1.0.0 2015-06-17 Cambridge (UK)

  • Updated for Unicode 8.0.0 Incompatible release, new variants cases are introduced, see commit adbb5efc036 for details.

v0.9.1 2014-12-23 Cugy (VD)

  • Add access to the Line_break, Grapheme_cluster_break, Word_break and Sentence_break Unicode properties. See the Uucp.Break module.

  • Improvements and fixes to the minimal Unicode Introduction.

v0.9.0 2014-06-28 Cambridge (UK)

First release. Part of the work was sponsored by OCaml Labs.

OCaml

Innovation. Community. Security.