mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
98f8d00e89
* [quickcpplib] Update port @2022-07-04 * [quickcpplib] Invert polyfill features * [quickcpplib] Update version database * [quickcpplib] Exclude CI failures
39 lines
896 B
JSON
39 lines
896 B
JSON
{
|
|
"name": "ned14-internal-quickcpplib",
|
|
"version-date": "2022-07-04",
|
|
"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": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"polyfill-cxx17": {
|
|
"description": "Polyfill std::byte with byte-lite",
|
|
"dependencies": [
|
|
"byte-lite",
|
|
{
|
|
"name": "ned14-internal-quickcpplib",
|
|
"default-features": false,
|
|
"features": [
|
|
"polyfill-cxx20"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"polyfill-cxx20": {
|
|
"description": "Polyfill std::span with span-lite",
|
|
"dependencies": [
|
|
"span-lite"
|
|
]
|
|
}
|
|
}
|
|
}
|