mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:19:07 +08:00
c264dba458
* update to 0.5.0 * fixup deprecated functions * quote paths * use semver * add homepage * update versioning * add HEAD_REF * update versioning * use `version` instead * update versioning
17 lines
360 B
JSON
17 lines
360 B
JSON
{
|
|
"name": "expected-lite",
|
|
"version": "0.5.0",
|
|
"description": "Expected objects in C++11 and later in a single-file header-only library",
|
|
"homepage": "https://github.com/martinmoene/expected-lite",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|