blob: e098fe80cfd53fb7e507c63762dfa34fc0d90320 [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 Huang6a0335f2019-07-30 11:59:11 -070012 version: "a5545df02b40414c2bf3abc60cf629c5f59d00ec"
Alistair Strachan0e3e4ad2018-08-31 11:08:09 -070013 license_type: RECIPROCAL
Haibo Huang6a0335f2019-07-30 11:59:11 -070014 last_upgrade_date {
15 year: 2019
16 month: 7
17 day: 30
18 }
Alistair Strachan0e3e4ad2018-08-31 11:08:09 -070019}