2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "ned14-internal-quickcpplib",
|
2022-06-21 04:28:33 +08:00
|
|
|
"version-date": "2022-06-17",
|
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": [
|
|
|
|
"byte-lite",
|
2022-01-19 07:58:04 +08:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|