OpamRepositoryConfigSourceConfiguration options for the repository lib (record, global reference, setter, initialisation)
Toggles parsing of the tool's output to detect errors (curl returns 0 on a 404)
type t = {download_tool : (OpamTypes.arg list * dl_tool_kind) Lazy.t;validation_hook : OpamTypes.arg list option;retries : int;force_checksums : bool option;}type 'a options_fun =
?download_tool:(OpamTypes.arg list * dl_tool_kind) Lazy.t ->
?validation_hook:OpamTypes.arg list option ->
?retries:int ->
?force_checksums:bool option ->
'ainclude OpamStd.Config.Sig
with type t := t
and type 'a options_fun := 'a options_fun