package uuseg
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Unicode text segmentation for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
uuseg-17.0.0.tbz
sha512=8d81ca0a57516b94c66a0da256f3455ba26b0875ca9e354a665ec30223c9216be57abdd52c39c8c384fe127df8060c18ff07d92d4d9f53892bc4ed20699df3ef
Description
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 is distributed under the ISC license. It depends on Uucp.
Homepage: http://erratique.ch/software/uuseg
Dependencies (5)
-
uucp
>= "17.0.0" & < "18.0.0" -
topkg
build & >= "1.1.0" -
ocamlbuild
build -
ocamlfind
build -
ocaml
>= "4.14.0"
Dev Dependencies
None
Used by (14)
- ciao_lwt
- fuzzy_compare
-
inquire
= "0.2.1" - lwt_lint
- lwt_ppx_to_let_syntax
- matita
-
notty
< "0.2.3" -
ocamlformat
>= "0.10" & < "0.25.1" - ocamlformat-lib
- ocamlformat-mlx-lib
-
ocamlformat-rpc
< "0.21.0" - ocamlmig
- slug
-
zed
>= "3.2.0"
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page