OpamInitDefaultsThis module defines a few defaults, used at 'opam init', that bind opam to its default OCaml repository at https://opam.ocaml.org. All can be overridden through the init command flags or an init config file.
val repository_url : OpamTypes.urlUrl of the default Opam repository
val default_compiler : OpamTypes.formulaval eval_variables : (OpamVariable.t * string list * string) listval sandbox_wrappers :
[> `build of OpamTypes.command list
| `install of OpamTypes.command list
| `remove of OpamTypes.command list ]
listval init_config : ?sandboxing:bool -> unit -> OpamFile.InitConfig.tDefault initial configuration file for use by opam init if nothing is supplied.
val required_packages_for_cygwin : OpamTypes.sys_package list