Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
This 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 overriden through the init command flags or an init config file.
val repository_url : OpamTypes.url
Url of the default Opam repository
val default_compiler : OpamTypes.formula
val eval_variables : (OpamVariable.t * string list * string) list
val init_config : OpamFile.InitConfig.t
Default initial configuration file for use by opam init
if nothing is supplied.