dev-ml / uuseg

Unicode text segmentation for OCaml

Official package sites : https://erratique.ch/software/uuseg/ · https://github.com/dbuenzli/uuseg/ ·

Uuseg is an OCaml library for segmenting Unicode text. It implements the locale independent Unicode text segmentation algorithms to detect grapheme cluster, word and sentence boundaries and the Unicode line breaking algorithm to detect line break opportunities. The library is independent from any IO mechanism or Unicode text data structure and it can process text without a complete in-memory representation. Uuseg depends on Uucp and optionally on Uutf for support on OCaml UTF-X encoded strings. It is distributed under the ISC license.

v15.0.0 :: 0/15.0.0 :: gentoo

Modified
License
ISC
Keywords
~amd64 ~x86
USE flags
ocamlopt test

General

ocamlopt
Enable ocamlopt support (ocaml native code compiler) -- Produces faster programs (Warning: you have to disable/enable it at a global scale)
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

dev-lang / ocaml : Programming language supporting functional, imperative & object-oriented styles

dev-ml / cmdliner : Declarative definition of command line interfaces for OCaml

dev-ml / uucp : Unicode character properties for OCaml

dev-ml / uutf : Non-blocking streaming Unicode codec for OCaml

dev-lang / ocaml : Programming language supporting functional, imperative & object-oriented styles

dev-ml / cmdliner : Declarative definition of command line interfaces for OCaml

dev-ml / uucp : Unicode character properties for OCaml

dev-ml / uutf : Non-blocking streaming Unicode codec for OCaml

dev-ml / zed : Abstract engine for text edition in OCaml

Repository mirror & CI · gentoo
Merge updates from master
Maciej Barć · gentoo
dev-ml/uuseg: new package; add 15.0.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>