krb.public
Private.Protocol
krb.internal
module type Connection = sig ... end
module type S = sig ... end
module type Stable_protocol = sig ... end
val supported_versions : int list
module Make (Backend : sig ... end) : S with type protocol_backend = Backend.t
module Stable : sig ... end