2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "llfio",
|
2023-02-01 10:06:21 +08:00
|
|
|
"version-date": "2023-01-27",
|
2022-09-10 02:55:55 +08:00
|
|
|
"maintainers": [
|
|
|
|
"Niall Douglas <s_github@nedprod.com>",
|
|
|
|
"Henrik Gaßmann <henrik@gassmann.onl>"
|
|
|
|
],
|
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-05-18 02:15:06 +08:00
|
|
|
"license": "Apache-2.0 OR BSL-1.0",
|
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-07-09 05:05:39 +08:00
|
|
|
"polyfill-cxx17": {
|
|
|
|
"description": "Polyfill C++17 entities",
|
2022-01-19 07:58:04 +08:00
|
|
|
"dependencies": [
|
2022-07-09 05:05:39 +08:00
|
|
|
{
|
|
|
|
"name": "llfio",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"polyfill-cxx20"
|
|
|
|
]
|
|
|
|
},
|
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-cxx17"
|
2022-01-19 07:58:04 +08:00
|
|
|
]
|
2022-09-03 01:40:12 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "outcome",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"polyfill-cxx17"
|
|
|
|
]
|
2022-01-19 07:58:04 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2022-07-09 05:05:39 +08:00
|
|
|
"polyfill-cxx20": {
|
|
|
|
"description": "Polyfill C++20 entities",
|
2022-01-19 07:58:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"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-09-03 01:40:12 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "outcome",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"polyfill-cxx20"
|
|
|
|
]
|
2022-01-19 07:58:04 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
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`."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|