Irmin_pack_unix.File_managerSourceAbstraction that governs the lifetime of the various files that are part of a pack store (except the branch store).
module Make
(Io : Io.S)
(Index : sig ... end)
(Mapping_file : Mapping_file.S with module Io = Io)
(Errs : Io_errors.S with module Io = Io) :
S
with module Io = Io
and module Index = Index
and module Mapping_file = Mapping_file
and module Errs = ErrsAbstraction that governs the lifetime of the various files that are part of a pack store (except the branch store).