OpamFile.RepoSourceRepository metadata
include IO_FILEFile contents
Write some contents to a file
Read file contents.
Returns None on non-existing file
Read file contents. Return empty if the file does not exist.
val create :
?browse:string ->
?upstream:string ->
?opam_version:OpamVersion.t ->
?redirect:(string * OpamTypes.filter option) list ->
?root_url:OpamTypes.url ->
?dl_cache:string list ->
?announce:(string * OpamTypes.filter option) list ->
?stamp:string ->
unit ->
tThe minimum OPAM version required for this repository, if defined
The root URL of the repository (not an actual file field, determined at runtime by opam)
Redirections.