package iostream-camlzip

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

Install

Dune Dependency

Authors

Maintainers

Sources

iostream-0.2.1.tbz
sha256=09cd438f755d46bf10e986be0d3dd2ab243b1f5455c3c7410dcde8de521615a9
sha512=c5f4c251ba33386dd027d2cf340268d14fdbcd3119be6bac3586fd9ad1e9f90992ef12e8fd9fbf2442c6747560d84fd2461656ea639f818e53d0b08e82dd8e9a

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

None

Conflicts

None