package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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

type t
val find : t -> int -> string option
val index : t -> string -> int option
val v : Fm.t -> (t, [> Fm.Io.read_error ]) Stdlib.result
val close : t -> unit