package libdrm

  1. Overview
  2. Docs

Module Device.VersionSource

Metadata about a device driver.

type device := t
Sourcetype t = {
  1. version_major : int;
  2. version_minor : int;
  3. version_patchlevel : int;
  4. name : string;
  5. date : string;
  6. desc : string;
}
Sourceval get : device -> t
Sourceval pp : t Fmt.t