package mirage-net-flow

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Mirage_net_flow transforms MirageOS flows into MirageOS network interface. This is useful to start a network stack on top of any existing flow.

Release 1.0.0 - https://github.com/mirage/mirage-net-flow

module Make (F : Mirage_flow_lwt.S) : sig ... end