Module OpamRepositoryConfig.E
type OpamStd.Config.E.t += | CURL of string option| FETCH of string list option| NOCHECKSUMS of bool option| REPOSITORYTARRING of bool option| REQUIRECHECKSUMS of bool option| RETRIES of int option| VALIDATIONHOOK of string option
val curl : unit -> string optionval fetch : unit -> string list optionval curl_t : unit -> string optionval fetch_t : unit -> string list option