package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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) (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 = Errs

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