package uutf
Install
Dune Dependency
Authors
Maintainers
Sources
sha512=e35f408bc971cd8da3077e6c3321e0d8f4eb569898e0e219fde62dae78fbd0a0095cb7f036287656f6a1b346584f7b9f0c6dec0a5a092180da36e43247027598
Description
Warning. You are encouraged not to use this library.
- As of OCaml 4.14, both UTF encoding and decoding are available
in the standard library, see the
String
andBuffer
modules. - If you are looking for a stream abstraction compatible with
effect based concurrency look into [
bytesrw
] package.
README
Uutf — Non-blocking streaming Unicode codec for OCaml
Warning. You are encouraged not to use this library.
As of OCaml 4.14, both UTF encoding and decoding are available in the standard library, see the
String
andBuffer
modules.If you are looking for a stream abstraction compatible with effect based concurrency look into
bytesrw
package.
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 has no dependency and is distributed under the ISC license.
Home page: http://erratique.ch/software/uutf
Installation
Uutf can be installed with opam
:
opam install uutf
If you don't use opam
consult the opam
file for build instructions.
Documentation
The documentation can be consulted online or via odig doc uutf
.
Questions are welcome but better asked on the OCaml forum than on the issue tracker.
Dependencies (4)
-
topkg
build & >= "1.0.3"
-
ocamlbuild
build
-
ocamlfind
build
-
ocaml
>= "4.08.0"
Dev Dependencies
None
Used by (79)
-
alcotest
>= "1.2.0"
- archsat
-
catala
>= "0.8.0"
- chamo
-
coin
< "0.1.2"
- conan
- confero
- containers
- containers-thread
- crowbar
- csvtool
- dkml-workflows
- dolmen_type
- dotenv
-
ecaml
>= "v0.17.0"
- embedded_ocaml_templates
- emile
-
emoji
>= "2.0.0"
-
ezjsonm
>= "1.3.0"
-
grace
>= "0.2.0"
-
hvsock
>= "2.0.0"
-
inquire
= "0.2.1" | >= "0.3.1"
- iri
-
irmin
>= "2.3.0"
-
irmin-bench
>= "2.7.0"
- jingoo
- jsonm
- jupyter-kernel
- labrys
- learn-ocaml
- lsp
- markup
- matita
- mrmime
- multipart_form
- nomad
- notty
-
ocaml-lsp-server
>= "1.10.5" & < "1.18.0"
-
ocamlformat
< "0.25.1"
- ocamlformat-lib
- ocamlformat-mlx-lib
-
ocamlformat-rpc
< "0.21.0"
- ocamlmig
- octez-internal-libs
- octez-libs
-
omd
>= "2.0.0~alpha3"
-
opam-core
>= "2.2.0~alpha"
- opine
- otfm
- otoml
- owi
-
pecu
< "0.2"
-
printbox
>= "0.3" & < "0.6"
- printbox-text
-
progress
>= "0.2.0"
- rdf
- repr
-
rosetta
< "0.3.0"
- slug
- solidity-typechecker
- stk
-
stog
>= "0.17.0"
- stringCodepointSplitter
- terminal
- terml
-
textutils
>= "v0.15.0"
-
textutils_kernel
>= "v0.15.0"
- tezos-micheline
- tty
-
tyxml
>= "4.2.0"
- tyxml-syntax
-
ubase
< "0.20"
- unstrctrd
-
uucp
< "15.1.0"
-
uuuu
< "0.2.0"
- xlsx2csv
-
xtmpl
>= "0.18.0"
- yuscii
-
zed
>= "3.2.0"
Conflicts (1)
-
cmdliner
< "1.3.0"