package index

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

    The length of the file containing valid data

    *)
  2. version : string;
    (*

    Format version

    *)
  3. generation : Optint.Int63.t;
    (*

    Generation number

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