Description
Byte streams can be handled through a generic I/O abstraction in OCaml programs. This helps developers process data from files, memory, network-like sources, or generated streams with a consistent interface.
It is a development library. Normal users usually receive it as a dependency of software that processes byte data.