Module Brassaia_pack_unix.File_manager

module type S = sig ... end

Abstraction that governs the lifetime of the various files that are part of a pack store (except the branch store).

module Make (Index : sig ... end) : S with module Index = Index

Abstraction that governs the lifetime of the various files that are part of a pack store (except the branch store).