blob: eea008e282702dd51f26a6cf1cdf01f0359e6eff [file] [log] [blame]
Alistair Strachan0e3e4ad2018-08-31 11:08:09 -07001name: "kms++"
Haibo Huang6a0335f2019-07-30 11:59:11 -07002description: "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."
Alistair Strachan0e3e4ad2018-08-31 11:08:09 -07003third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://github.com/tomba/kmsxx"
7 }
8 url {
9 type: GIT
10 value: "https://github.com/tomba/kmsxx"
11 }
Haibo Huang5b6da2e2020-12-01 04:44:06 -080012 version: "6fa8696774c4bda4bb7e3efabd7e1e58a899f5c1"
Alistair Strachan0e3e4ad2018-08-31 11:08:09 -070013 license_type: RECIPROCAL
Haibo Huang6a0335f2019-07-30 11:59:11 -070014 last_upgrade_date {
Haibo Huang57240f82020-04-01 14:42:37 -070015 year: 2020
Haibo Huang5b6da2e2020-12-01 04:44:06 -080016 month: 12
Haibo Huang57240f82020-04-01 14:42:37 -070017 day: 1
Haibo Huang6a0335f2019-07-30 11:59:11 -070018 }
Alistair Strachan0e3e4ad2018-08-31 11:08:09 -070019}