package uutf

  1. Overview
  2. Docs
Non-blocking streaming Unicode codec for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

uutf-0.9.1.tbz
md5=620ecc58549aac0cc27e09f62147f445

Description

Uutf is a non-blocking streaming codec 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.

Uutf is made of a single, independent, module and distributed under the BSD3 license.

Published: 21 Nov 2013

Dependencies (3)

  1. ocamlbuild build
  2. ocamlfind
  3. ocaml >= "3.12.0" & < "4.06.0"

Dev Dependencies

None

Used by (46)

  1. coin < "0.1.2"
  2. conan
  3. confero
  4. containers >= "2.1"
  5. containers-thread
  6. crowbar
  7. csvtool
  8. dolmen_type
  9. dotenv
  10. embedded_ocaml_templates
  11. ezjsonm >= "1.3.0"
  12. hvsock >= "2.0.0"
  13. imap
  14. inquire = "0.2.1" | >= "0.3.1"
  15. irmin >= "2.3.0"
  16. irmin-bench >= "2.7.0"
  17. jingoo >= "1.2.13" & < "1.2.21"
  18. jsonm < "1.0.0"
  19. jupyter-kernel >= "0.3"
  20. lsp < "1.10.5"
  21. markup < "0.7.3"
  22. mrmime
  23. multipart_form
  24. notty < "0.2.0"
  25. ocamlformat >= "0.9" & < "0.10"
  26. octez-libs
  27. oidc < "0.1.1"
  28. omd >= "2.0.0~alpha3"
  29. opam-core >= "2.2.0~alpha"
  30. opine
  31. otfm < "0.3.0"
  32. owi
  33. pecu < "0.2"
  34. printbox >= "0.3" & < "0.6"
  35. repr
  36. rosetta < "0.3.0"
  37. slug
  38. stringCodepointSplitter
  39. tezos-micheline
  40. tyxml >= "3.3.0" & < "4.1.0"
  41. unstrctrd
  42. uucp >= "2.0.0" & < "15.1.0"
  43. uunf < "0.9.2"
  44. uuuu < "0.2.0"
  45. yuscii
  46. zed >= "3.2.0"

Conflicts

None