package iostream

  1. Overview
  2. Docs
Generic, composable IO input and output streams

Install

Dune Dependency

Authors

Maintainers

Sources

iostream-0.2.2.tbz
sha256=6d2725f20fcca4fe8c8c54fcaa442fb088f20d1c5788c437182042cfcce3829d
sha512=8eb87e13ff448d627062ffb2b0e9b10c29fe5406dcac24889499f358a9d1c50fc1ea02dc601f49fecebd38833b415431265e7fad991a55308923f63fb0aa79ad

Description

Tags

topics io channels streams

Published: 03 Apr 2024

README

Iostream

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/

License

MIT license.

Dependencies (2)

  1. dune >= "2.0"
  2. ocaml >= "4.08"

Dev Dependencies (1)

  1. ounit2 with-test

Used by (1)

  1. iostream-camlzip >= "0.2.2"

Conflicts

None