vcpkg/ports/llfio/vcpkg.json
Henrik Gaßmann 426dcc68e0
[llfio,ned14-internal-quickcpplib,outcome,status-code] Update to 2023-11-06 (#34935)
* [ned14-internal-quickcpplib] Update to 2023-11-06

* [status-code] Update to 2023-11-0

* [outcome] Update to 2.2.7

* [llfio] Update to 2023-11-06

* Update version database

* [outcome,llfio] Fix find_dependency usage
2023-11-14 13:11:02 -08:00

77 lines
1.8 KiB
JSON

{
"name": "llfio",
"version-date": "2023-11-06",
"maintainers": [
"Niall Douglas <s_github@nedprod.com>",
"Henrik Gaßmann <henrik@gassmann.onl>"
],
"description": "P1031 low level file i/o and filesystem library for the C++ standard",
"homepage": "https://github.com/ned14/llfio",
"license": "Apache-2.0 OR BSL-1.0",
"supports": "!uwp",
"dependencies": [
"outcome",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"polyfill-cxx17": {
"description": "Polyfill C++17 entities",
"dependencies": [
{
"name": "llfio",
"default-features": false,
"features": [
"polyfill-cxx20"
]
},
{
"name": "ned14-internal-quickcpplib",
"default-features": false,
"features": [
"polyfill-cxx17"
]
},
{
"name": "outcome",
"default-features": false,
"features": [
"polyfill-cxx17"
]
}
]
},
"polyfill-cxx20": {
"description": "Polyfill C++20 entities",
"dependencies": [
{
"name": "ned14-internal-quickcpplib",
"default-features": false,
"features": [
"polyfill-cxx20"
]
},
{
"name": "outcome",
"default-features": false,
"features": [
"polyfill-cxx20"
]
}
]
},
"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`."
}
}
}