package index

  1. Overview
  2. Docs

Functions for interacting with the header format without the generation number, provided for use in irmin-pack.

type t = {
  1. offset : Optint.Int63.t;
    (*

    The length of the file containing valid data

    *)
  2. version : string;
    (*

    Format version

    *)
}
val get : t -> t
val set : t -> t -> unit