package git-mirage

  1. Overview
  2. Docs
type 'stack endpoint = {
  1. stack : 'stack;
  2. ipaddr : Ipaddr.V4.t;
  3. port : int;
  4. authenticator : Awa.Keys.authenticator option;
  5. user : string;
  6. key : Awa.Hostkey.priv;
  7. path : string;
  8. capabilities : [ `Rd | `Wr ];
}
module Make (Stack : Mirage_stack.V4) (TCP : sig ... end) (Mclock : Mirage_clock.MCLOCK) : sig ... end
OCaml

Innovation. Community. Security.