name: "kms++"
description:
    "libkmsxx is a small C++11 library for kernel mode setting. It tries to "
    "implement as little extra as possible while bringing the kms API in a C++ "
    "form to the user. It only implements a subset of what libdrm supports."

third_party {
  url {
    type: HOMEPAGE
    value: "https://github.com/tomba/kmsxx"
  }
  url {
    type: GIT
    value: "https://github.com/tomba/kmsxx"
  }
  version: "e0067bdc75566629c9143818c8f3970c16c8825e"
  last_upgrade_date { year: 2018 month: 8 day: 15 }
  license_type: RECIPROCAL
}