vcpkg/ports/expected-lite/vcpkg.json
JonLiu1993 e35a739f5e
[expected-lite] update to v0.6.3 (#30347)
* [expected-lite] update to v0.6.3

* update version
2023-03-23 15:57:07 -07:00

18 lines
384 B
JSON

{
"name": "expected-lite",
"version": "0.6.3",
"description": "Expected objects in C++11 and later in a single-file header-only library",
"homepage": "https://github.com/martinmoene/expected-lite",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}