Module OpamTar.Inplace

type t
val with_open_out : archive -> (t -> 'a) -> 'a
val fold_reg_files : ('acc -> archived_file -> archived_file_content -> 'acc) -> 'acc -> t -> 'acc
val remove : archived_file -> t -> t
val remove_dir : OpamTypes.unix_dirname -> t -> t
val mv : src:archived_file -> dst:archived_file -> t -> t
val exists : archived_file -> t -> bool
val write : t -> unit