package opam-client

  1. Overview
  2. Docs

Module OpamInitDefaultsSource

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.

Sourceval repository_url : OpamTypes.url

Url of the default Opam repository

Sourceval default_compiler : OpamTypes.formula
Sourceval eval_variables : (OpamVariable.t * string list * string) list
Sourceval init_config : ?sandboxing:bool -> unit -> OpamFile.InitConfig.t

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

OCaml

Innovation. Community. Security.