package index

  1. Overview
  2. Docs

Module Raw.Header_prefixSource

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

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

    The length of the file containing valid data

    *)
  2. version : string;
    (*

    Format version

    *)
}
Sourceval get : t -> t
Sourceval set : t -> t -> unit
OCaml

Innovation. Community. Security.