Module OpamClient.API.CONFIG

module CONFIG: sig .. end
Config API.

val config : OpamTypes.config -> unit
Display configuration options.
val env : csh:bool -> sexp:bool -> fish:bool -> unit
Display environment.
val setup : OpamTypes.user_config option -> OpamTypes.global_config option -> unit
Global and user setup of OPAM.
val setup_list : OpamTypes.shell -> OpamTypes.filename -> unit
Display global and user informations about OPAM setup.
val exec : string -> unit
Execute a command in a subshell with the right environment variables.
val includes : is_rec:bool -> OpamTypes.name list -> unit
Display includes files.
val list : OpamTypes.name list -> unit
Display variables and their contents.
val variable : OpamTypes.full_variable -> unit
Display a given variable content.
val subst : OpamTypes.basename list -> unit
Substitute files.