2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "llfio",
|
2022-01-19 07:58:04 +08:00
|
|
|
"version-string": "2.0-20220112",
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "P1031 low level file i/o and filesystem library for the C++ standard",
|
|
|
|
"homepage": "https://github.com/ned14/llfio",
|
2022-01-19 07:58:04 +08:00
|
|
|
"supports": "!uwp",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
2022-01-19 07:58:04 +08:00
|
|
|
"outcome",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
],
|
|
|
|
"features": {
|
2022-01-19 07:58:04 +08:00
|
|
|
"cxx17": {
|
|
|
|
"description": "Do not polyfill C++17 entities",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "ned14-internal-quickcpplib",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"cxx17"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"cxx20": {
|
|
|
|
"description": "Do not polyfill C++20 entities",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "llfio",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"cxx17"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ned14-internal-quickcpplib",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"cxx20"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-09-09 16:24:04 +08:00
|
|
|
"run-tests": {
|
|
|
|
"description": "Build and run the dependency validation tests"
|
|
|
|
},
|
|
|
|
"status-code": {
|
|
|
|
"description": "Have LLFIO use SG14 `status_code` (proposed `std::error`) instead of `std::error_code`."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|