Language

Package: ocaml-uutf @ 1.0.1

Synopsis

Non-blocking streaming Unicode codec for OCaml

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.

Home page
https://erratique.ch/software/uutf
Location
gnu/packages/ocaml.scm (line: 2807, column: 2)
License

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/ns9bgg1hhq9qcxqbnci88yhs6dkawfg8-ocaml-uutf-1.0.1.drv

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'topkg' does not match package name 'ocaml-topkg'
input-labels

Identify input labels that do not match package names

label 'uchar' does not match package name 'ocaml-uchar'
input-labels

Identify input labels that do not match package names

label 'cmdliner' does not match package name 'ocaml-cmdliner'