OpamTarSourceTar gz archives manipulation
val fold_reg_files :
('acc -> archived_file -> archived_file_content -> 'acc) ->
'acc ->
archive ->
'accval patch :
allow_unclean:bool ->
[ `Patch_file of string | `Patch_diffs of Patch.t list ] ->
archive ->
(Patch.operation list, exn) result