package protocol-9p

  1. Overview
  2. Docs
module type S = sig ... end
module Make (Log : Protocol_9p_s.LOG) (FLOW : V1_LWT.FLOW) : sig ... end

Given a transport (a Mirage FLOW), construct a 9P client on top.