mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:41:18 +08:00
d132d128b4
* [aubio] * [bitserializer] * [crfsuite] Update to 2020-08-27 * format * [freealut] * [libe57] * version * [libe57] Remove docs * version * [libffi] * [libmodplug] * [libsodium] * [libsrtp] * [libfio] * [ned14-internal-quickcpplib] * version string * version * version * [matio] Update to 1.5.23 * [matplusplus] Update to 1.1.0 * [pystring] * [rdbl] * [recast] * [restinfo] * [sockpp] * [sziü] * [taglib] * [thor] * [workflow] * version * [Forkflow] Fix typo * version * [pystring] license * version * license * version * [sockpp] * version * [refl-cpp] * [pixel] Fix synthax warning * version * [matplotplusplus] * version * license * version * [szip, workflow] Remove docs * version * license * version * [szip] Fix license install * version * [matplotplusplus] Revert update * version
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"name": "llfio",
|
|
"version": "2.0-20220112",
|
|
"port-version": 1,
|
|
"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": {
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"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`."
|
|
}
|
|
}
|
|
}
|