package krb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Hardcoded constants that affect the behavior of the Krb library.

These can be changed by setting an environment variable, OCAML_KRB_CONFIG, to a sexp representation of the config. Also, setting OCAML_KRB_CONFIG to an invalid sexp (e.g. the empty string), will cause your program to print to stderr a usage message describing how to configure OCAML_KRB_CONFIG, and exit nonzero. For example, the following shell command should print the usage message:

      OCAML_KRB_CONFIG= foo.exe
module type S = sig ... end
module type Config_gen = sig ... end