mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:48:59 +08:00
e35a739f5e
* [expected-lite] update to v0.6.3 * update version
18 lines
384 B
JSON
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
|
|
}
|
|
]
|
|
}
|