package opam-repository

  1. Overview
  2. Docs

Module OpamTarSource

Tar gz archives manipulation

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