Module OpamRepositoryConfig.ESource
Sourcetype OpamStd.Config.E.t += | CURL of string option| FETCH of string option| NOCHECKSUMS of bool option| REQUIRECHECKSUMS of bool option| RETRIES of int option| VALIDATIONHOOK of string option
Sourceval curl : unit -> string option Sourceval fetch : unit -> string option