2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "ned14-internal-quickcpplib",
|
2022-09-10 02:55:55 +08:00
|
|
|
"version-date": "2022-09-08",
|
|
|
|
"maintainers": [
|
|
|
|
"Niall Douglas <s_github@nedprod.com>",
|
|
|
|
"Henrik Gaßmann <henrik@gassmann.onl>"
|
|
|
|
],
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "NOT FOR EXTERNAL CONSUMPTION, a set of internal scripts used by ned14's libraries.",
|
|
|
|
"homepage": "https://github.com/ned14/quickcpplib",
|
2022-06-21 04:28:33 +08:00
|
|
|
"license": "Apache-2.0 OR BSL-1.0",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
2022-01-19 07:58:04 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
2022-07-09 05:05:39 +08:00
|
|
|
"polyfill-cxx17": {
|
|
|
|
"description": "Polyfill std::byte with byte-lite",
|
2022-01-19 07:58:04 +08:00
|
|
|
"dependencies": [
|
2022-07-09 05:05:39 +08:00
|
|
|
"byte-lite",
|
2022-01-19 07:58:04 +08:00
|
|
|
{
|
|
|
|
"name": "ned14-internal-quickcpplib",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
2022-07-09 05:05:39 +08:00
|
|
|
"polyfill-cxx20"
|
2022-01-19 07:58:04 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2022-07-09 05:05:39 +08:00
|
|
|
},
|
|
|
|
"polyfill-cxx20": {
|
|
|
|
"description": "Polyfill std::span with span-lite",
|
|
|
|
"dependencies": [
|
|
|
|
"span-lite"
|
|
|
|
]
|
2022-01-19 07:58:04 +08:00
|
|
|
}
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|