package xcursor

  1. Overview
  2. Docs
module Index : sig ... end
type t = {
  1. version : int;
  2. toc : Index.t list;
  3. toc_len : int;
}

Contents of the cursor file.

Cursor files have a backwards-compatible versioning scheme; unknown fields and entry types are skipped. This library currently implements version 1 of the format.

val parser : t Angstrom.t

Parser for cursor header.

val len : int

Expected length in bytes of header.