package iostream-camlzip

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

Install

Dune Dependency

Authors

Maintainers

Sources

iostream-0.2.tbz
sha256=3ef4da60bdbb7036d62e3f715833e474a343b06f6115841e3a9923baf5fbe350
sha512=d651adfd8e15aed5083c38eb602729fb4a827ca2e75fa25065f5185f67922049436c6c5e2f311f7ca78d77c4c0f374ce3854e8da0c0ce18ae624427176abc9b8

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

OCaml

Innovation. Community. Security.