package opam-core

  1. Overview
  2. Docs

Module OpamStd.ConfigSource

Sourcetype env_var = string
Sourcetype when_ = [
  1. | `Always
  2. | `Never
  3. | `Auto
]
Sourcetype when_ext = [
  1. | `Extended
  2. | when_
]
Sourcetype answer = [
  1. | `unsafe_yes
  2. | `all_yes
  3. | `all_no
  4. | `ask
]
Sourcetype yes_answer = [
  1. | `unsafe_yes
  2. | `all_yes
]
Sourceval bool_of_string : string -> bool option
Sourceval env : (string -> 'a) -> string -> 'a option
Sourceval env_bool : env_var -> bool option
Sourceval env_int : env_var -> int option
Sourcetype level = int
Sourceval env_level : env_var -> level option
Sourcetype sections = int option String.Map.t
Sourceval env_sections : env_var -> sections option
Sourceval env_string : env_var -> string option
Sourceval env_float : env_var -> float option
Sourceval env_when : env_var -> when_ option
Sourceval env_when_ext : env_var -> when_ext option
Sourceval resolve_when : auto:bool Lazy.t -> when_ -> bool
Sourceval env_answer : env_var -> answer option
Sourcemodule type Sig = sig ... end
Sourcemodule E : sig ... end
OCaml

Innovation. Community. Security.