package krb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module Make (Backend : sig ... end) : S with type protocol_backend = Backend.t and type Connection.t = Krb_public__.Protocol.Make(Backend).Connection.t
module Syn : sig ... end
module Ack : sig ... end