OpamDownloadval download :
overwrite:bool ->
?compress:bool ->
?checksum:string ->
OpamFilename.t ->
OpamFilename.Dir.t ->
OpamFilename.t OpamProcess.jobdownloads a file from an URL, using Curl, Wget, or a custom configured tool, to the given directory. Returns the downloaded filename. FIXME: The source OpamFilename.t is indeed a URL.
val download_as :
overwrite:bool ->
?compress:bool ->
?checksum:string ->
OpamFilename.t ->
OpamFilename.t ->
unit OpamProcess.jobAs download, but with a specified output filename.