module OpamSwitchCommand: sig
.. end
Switch commands.
val install : quiet:bool ->
warning:bool ->
update_config:bool -> OpamTypes.switch -> OpamTypes.compiler -> unit
Install a new switch.
val import : OpamTypes.filename option -> unit
Import a file which contains the packages to install.
val export : OpamTypes.filename option -> unit
Export a file which contains the installed packages.
val remove : OpamTypes.switch -> unit
Remove the given compiler switch.
val switch : quiet:bool -> warning:bool -> OpamTypes.switch -> unit
Switch to the given compiler switch.
val reinstall : OpamTypes.switch -> unit
Reinstall the given compiler switch.
val show : unit -> unit
Display the current compiler switch.
val list : print_short:bool -> installed:bool -> all:bool -> unit
List all the available compiler switches.