Brassaia_eio_pack_io.File_manager
module type S = File_manager_intf.S
module Make (Index : Pack_index.S) : 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).