irmin_pack_unix
Irmin_pack_unix.File_manager
irmin_data
irmin_mem
irmin_pack_mem
octez-internal-libs.irmin
octez-internal-libs.irmin_pack
octez-internal-libs.irmin_test_helpers
ppx_irmin
ppx_irmin_internal
ppx_irmin_internal_lib
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 (Io : Io.S) (Index : sig ... end) (Errs : Io_errors.S with module Io = Io) : S with module Io = Io and module Index = Index and module Errs = Errs