mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:38:59 +08:00
46700e2a0c
* Update ned14-internal-quickcpplib and LLFIO to latest matching Outcome v2.2.1 (bugfixed) release. * Implement suggested changes during review. Update Outcome and LLFIO to latest. * Re x-add-version. * Fix version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
17 lines
417 B
JSON
17 lines
417 B
JSON
{
|
|
"name": "outcome",
|
|
"version-string": "2.2.2-20210922",
|
|
"description": "Provides very lightweight outcome<T> and result<T> (non-Boost edition)",
|
|
"homepage": "https://github.com/ned14/outcome",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"ned14-internal-quickcpplib",
|
|
"status-code"
|
|
],
|
|
"features": {
|
|
"run-tests": {
|
|
"description": "Build and run the dependency validation tests"
|
|
}
|
|
}
|
|
}
|