package krb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | API
  2. | DIR
  3. | FILE
  4. | KEYRING
  5. | MEMORY
  6. | MSLSA

Types API and MSLSA are only supported on Windows. KEYRING is only supported on Linux

include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
include Ppx_enumerate_lib.Enumerable.S with type t := t
val all : t list
val sexp_of_t : t -> Sexplib0.Sexp.t
include Core.Stringable.S with type t := t
val of_string : string -> t
val to_string : t -> string
module Stable : sig ... end