blob: 0735c5d090d689d9f8a9901caadd59bd1f649347 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"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"
}
}
}
|