OpamRepositoryRoot.Tgzval of_file : OpamTypes.filename -> tval to_file : t -> OpamTypes.filenameval to_string : t -> stringval backup : inn:OpamTypes.dirname -> t -> tval exists : t -> boolval remove : t -> unitval extract_in : t -> OpamTypes.dirname -> unitval download_as :
?quiet:bool ->
?validate:bool ->
overwrite:bool ->
?compress:bool ->
?checksum:OpamHash.t ->
OpamUrl.t ->
t ->
unit OpamProcess.jobval filter_files :
(OpamTar.archived_file -> bool) ->
t ->
(OpamTar.archived_file * OpamTar.archived_file_content) listval fold :
('a -> OpamTar.archived_file -> OpamTar.archived_file_content -> 'a) ->
'a ->
t ->
'amodule Path :
OpamRepositoryPath.PATH
with type repo_root = t
and type repo_dirname = OpamTypes.unix_dirname
and type 'a typed_file = 'a OpamFile.t