aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: eea008e282702dd51f26a6cf1cdf01f0359e6eff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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: "6fa8696774c4bda4bb7e3efabd7e1e58a899f5c1"
  license_type: RECIPROCAL
  last_upgrade_date {
    year: 2020
    month: 12
    day: 1
  }
}