mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 21:48:12 +08:00
a4b68272ac
* [quickcpplib] Update port to ned14/quickcpplib@568e1811 * [quickcpplib] Fix incorrect license information * [quickcpplib] Switch to the version-date scheme * [quickcpplib] Add version 2022-06-17 to database
37 lines
822 B
JSON
37 lines
822 B
JSON
{
|
|
"name": "ned14-internal-quickcpplib",
|
|
"version-date": "2022-06-17",
|
|
"description": "NOT FOR EXTERNAL CONSUMPTION, a set of internal scripts used by ned14's libraries.",
|
|
"homepage": "https://github.com/ned14/quickcpplib",
|
|
"license": "Apache-2.0 OR BSL-1.0",
|
|
"dependencies": [
|
|
"byte-lite",
|
|
"gsl-lite",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"cxx17": {
|
|
"description": "Do not polyfill C++17 entities"
|
|
},
|
|
"cxx20": {
|
|
"description": "Do not polyfill C++20 entities",
|
|
"dependencies": [
|
|
{
|
|
"name": "ned14-internal-quickcpplib",
|
|
"default-features": false,
|
|
"features": [
|
|
"cxx17"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|