mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 11:52:03 +08:00
18 lines
437 B
JSON
18 lines
437 B
JSON
|
{
|
||
|
"name": "outcome",
|
||
|
"version-string": "2.2.0-release",
|
||
|
"port-version": 1,
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
}
|