package mirage-flow-unix
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=5c7969c5f7669e67fe2698270220aef93c0d7a516ff553ca7beb976c9e799e95
md5=a9e90517457514cc5c46ec46f477d01f
CHANGES.md.html
v1.5.0 (2018-07-09)
remove Result module, work with
-safe-string
and require cstruct >=3.2.0
v1.4.0 (2017-06-23)
mirage-flow-unix: add
Mirage_flow_unix.Fd
to wrapLwt_unix.file_descr
into a MirageOS flow (#34, #36, @samoht)mirage-flow-lwt: add first class flow values of type
Mirage_flow_lwt.t
(#35, @samoht)
v1.3.0 (2017-06-12)
Port to Jbuilder (#32 @djs55)
v1.2.0 (2016-12-21)
Import
V1.FLOW
frommirage-types
intoMirage_flow.S
(@samoht)Import
V1_LWT.FLOW
frommirage-types-lwt
intoMirage_flow_lwt.S
(@samoht)Rename the existing
Mirage_flow
intoMirage_flow_lwt
(@samoht)Rename
Lwt_io_flow
intoMirage_flow_unix
(@samoht)
v1.1.0 (2016-01-27)
Add a new top-level interface
module Mirage_flow
. Existingmodule Fflow
is still present.Add
Mirage_flow.copy
to copy all the data in a flow to anotherAdd
Mirage_flow.proxy
to copy data bidirectionally between two flows
v1.0.3 (2015-07-29)
Support lwt 2.5.0
v1.0.2 (2015-06-30)
Add explicit dependency to OUnit
v1.0.1 (2015-04-28)
Add
Fflow.error_message
to satisfaymirage-types.2.3.0
v1.0.0 (2015-02-26)
Add
Fflow
(functional flows)Add
Lwt_io_flow
to convert between Mirage and Lwt flows