package iostream-camlzip

  1. Overview
  2. Docs
Stream (de)compression using deflate

Install

Dune Dependency

Authors

Maintainers

Sources

iostream-0.3.tbz
sha256=0bf255c06593a3cd72a44eaf3fb4568fc42c8771afe5bcee8d63ea662ee7f009
sha512=68ff56d48b2fcbd34ef2c15f6a8969543caa5c5e6b14177a0fde1e2b12d2fe52448d233e02cd1ab2529f74f48b31954ae8ec9e22601cfda6d3c38ce667c1b851

Description

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 (4)

  1. camlzip
  2. iostream = version
  3. dune >= "2.0"
  4. ocaml >= "4.08"

Dev Dependencies (1)

  1. ounit2 with-test

Used by (1)

  1. tiny_httpd_camlzip >= "0.17.0"

Conflicts

None

OCaml

Innovation. Community. Security.