package opam-client

  1. Overview
  2. Docs

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 overridden 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 sandbox_wrappers : [> `build of OpamTypes.command list | `install of OpamTypes.command list | `remove of OpamTypes.command list ] list
val init_config : ?sandboxing:bool -> unit -> OpamFile.InitConfig.t

Default initial configuration file for use by opam init if nothing is supplied.