index.unix
Raw.Header_prefix
Functions for interacting with the header format without the generation number, provided for use in irmin-pack.
irmin-pack
index
type t = {
offset : Optint.Int63.t;
The length of the file containing valid data
version : string;
Format version
}
val get : t -> t
val set : t -> t -> unit