package mirage-channel

  1. Overview
  2. Docs
Buffered channels for MirageOS FLOW types

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-channel-v4.0.1.tbz
sha256=ecbaed5f601c9d33b86222523f07ad0cae149ad7ec6af63a3a165d1fe117ab72
sha512=c73abf66fa476a3202af01b7ab2ef95362deae5718fa2656f3165e39a601ac3088e65b4714de5341c8073f9f61194d48b756812e1e9c761fd94eb4c37dad2444

CHANGES.md.html

v4.0.1 2019-11-04

  • provide deprecated Mirage_channel_lwt for smooth transition (#31 @hannesm)

v4.0.0 2019-10-24

  • remove mirage-channel-lwt, fold Make(Flow):S into mirage-channel (#29 @hannesm)

  • mirage-channel specialised on Lwt.t and Cstruct.t (#29 @hannesm)

  • raise lower OCaml bound to 4.06.0 (#29 @hannesm)

v3.2.0 2019-02-07

  • Port build to Dune (@avsm)

  • Fix ocamldoc format to be odoc-clean (@avsm)

  • Update opam metadata to 2.0 format (@avsm)

  • Update test matrix to OCaml 4.07 (#24 @hannesm)

  • Use io-page-unix instead of io-page.unix (#24 @hannesm)

v3.1.0 2017-06-14

  • Port build to Jbuilder.

v3.0.0

Adapt to MirageOS 3 CHANNEL interface:

  • use result instead of exceptions

  • hide read_until as an internal implementation

  • remove read_stream from external interface as it is difficult to combine Lwt_stream and error handling.

v1.1.1 2016-10-20

  • port to topkg and odig conventions

v1.1.0 2016-06-28

  • don't call close on Eof

  • add read_exactly

  • add LICENSE

  • add conflict with old versions of TCP/IP