Module OpamTar

Tar gz archives manipulation

type archive = OpamTypes.filename
type archived_file = OpamTypes.unix_filename
type archived_file_content = string
val fold_reg_files : ('acc -> archived_file -> archived_file_content -> 'acc) -> 'acc -> archive -> 'acc
val create : ?flat:bool -> ?except_vcs:bool -> archive -> OpamTypes.dirname -> unit
val patch : allow_unclean:bool -> [ `Patch_file of string | `Patch_diffs of Patch.t list ] -> archive -> (Patch.operation list, exn) Stdlib.result
module Inplace : sig ... end