c-cube / ocaml-iostream

generic I/O streams of bytes

Home Page:https://c-cube.github.io/ocaml-iostream/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iostream

Build and Test

This library defines generic I/O streams of bytes. The streams should be composable, user-definable, and agnostic to the underlying I/O mechanism; with OCaml 5 it means that they might be backed by an effect-based scheduler.

The goal is to provide a reasonable interoperability layer that multiple libraries and applications in the OCaml ecosystem can rely on, while providing the modularity that standard IO channels lack. Modern statically typed languages like Go and Rust provide this layer in their stdlib and their whole ecosystem can build on it.

Documentation

https://c-cube.github.io/ocaml-iostream/dev/iostream/index.html

License

MIT license.

About

generic I/O streams of bytes

https://c-cube.github.io/ocaml-iostream/


Languages

Language:OCaml 98.9%Language:Makefile 1.1%