Module OpamRepositoryConfig.ESource

Sourcetype OpamStd.Config.E.t +=
  1. | CURL of string option
  2. | FETCH of string option
  3. | NOCHECKSUMS of bool option
  4. | REQUIRECHECKSUMS of bool option
  5. | RETRIES of int option
  6. | VALIDATIONHOOK of string option
Sourceval curl : unit -> string option
Sourceval fetch : unit -> string option