package krb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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
OCaml

Innovation. Community. Security.