vcpkg/ports/llfio/vcpkg.json
Henrik Gaßmann 98f8d00e89
[ned14-internal-quickcpplib] Update port @2022-07-04 (#25560)
* [quickcpplib] Update port @2022-07-04

* [quickcpplib] Invert polyfill features

* [quickcpplib] Update version database

* [quickcpplib] Exclude CI failures
2022-07-08 14:05:39 -07:00

60 lines
1.4 KiB
JSON

{
"name": "llfio",
"version": "2.0-20220112",
"port-version": 2,
"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"
]
}
]
},
"polyfill-cxx20": {
"description": "Polyfill C++20 entities",
"dependencies": [
{
"name": "ned14-internal-quickcpplib",
"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`."
}
}
}