package uutf

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

Install

Authors

Maintainers

Sources

uutf-1.0.3.tbz
sha512=50cc4486021da46fb08156e9daec0d57b4ca469b07309c508d5a9a41e9dbcf1f32dec2ed7be027326544453dcaf9c2534919395fd826dc7768efc6cc4bfcc9f8

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. Note that since OCaml 4.14, that functionality can be found in the Stdlib and you are encouraged to migrate to it.

Uutf has no dependency and is distributed under the ISC license.

Home page: http://erratique.ch/software/uutf
Contact: Daniel Bünzli <daniel.buenzl i@erratique.ch>

Dependencies (4)

  1. topkg build & >= "1.0.3"
  2. ocamlbuild build
  3. ocamlfind build
  4. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (69)

  1. alcotest >= "1.2.0"
  2. archsat
  3. catala >= "0.8.0"
  4. chamo >= "3.0"
  5. coin < "0.1.2"
  6. conan
  7. confero
  8. containers >= "2.1"
  9. containers-thread
  10. crowbar
  11. csvtool
  12. dkml-workflows
  13. dolmen_type
  14. dotenv
  15. embedded_ocaml_templates
  16. emile
  17. ezjsonm >= "1.3.0"
  18. hardcaml-bloop
  19. hvsock >= "2.0.0"
  20. inquire = "0.2.1" | >= "0.3.1"
  21. iri >= "0.4.0"
  22. irmin >= "2.3.0"
  23. irmin-bench >= "2.7.0"
  24. jingoo >= "1.2.13"
  25. jsonm >= "1.0.0"
  26. jupyter-kernel >= "0.3"
  27. labrys
  28. learn-ocaml
  29. lsp
  30. markup >= "0.7.3"
  31. mrmime
  32. multipart_form
  33. notty >= "0.2.0"
  34. ocaml-lsp-server >= "1.10.5"
  35. ocamlformat >= "0.9" & < "0.25.1"
  36. ocamlformat-lib
  37. ocamlformat-rpc < "0.21.0"
  38. oidc < "0.1.1"
  39. omd >= "2.0.0~alpha3"
  40. opam-core >= "2.2.0~alpha"
  41. opine
  42. otfm >= "0.3.0"
  43. otoml
  44. owi
  45. pecu < "0.2"
  46. printbox >= "0.3" & < "0.6"
  47. printbox-text
  48. progress >= "0.2.0"
  49. rdf >= "0.11.0"
  50. repr
  51. rosetta < "0.3.0"
  52. slug
  53. solidity-typechecker
  54. stk
  55. stog >= "0.17.0"
  56. stringCodepointSplitter
  57. terminal
  58. textutils >= "v0.15.0"
  59. textutils_kernel >= "v0.15.0"
  60. tezos-micheline
  61. tyxml >= "4.1.0"
  62. tyxml-syntax
  63. ubase < "0.20"
  64. unstrctrd
  65. uucp >= "2.0.0" & < "15.1.0"
  66. uuuu < "0.2.0"
  67. xtmpl >= "0.16.0"
  68. yuscii
  69. zed >= "3.2.0"

Conflicts (1)

  1. cmdliner < "0.9.8"