OpamTarTar gz archives manipulation
type archive = OpamTypes.filenametype archived_file = OpamTypes.unix_filenameval fold_reg_files :
('acc -> archived_file -> archived_file_content -> 'acc) ->
'acc ->
archive ->
'accval create :
?flat:bool ->
?except_vcs:bool ->
archive ->
OpamTypes.dirname ->
unitval patch :
allow_unclean:bool ->
[ `Patch_file of string | `Patch_diffs of Patch.t list ] ->
archive ->
(Patch.operation list, exn) Stdlib.resultmodule Inplace : sig ... end