mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
47e01f3ea4
The patch from https://github.com/jbeder/yaml-cpp/pull/1242 fixes loading the CMake config multiple times.
19 lines
443 B
JSON
19 lines
443 B
JSON
{
|
|
"name": "yaml-cpp",
|
|
"version-semver": "0.8.0",
|
|
"port-version": 1,
|
|
"description": "yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.",
|
|
"homepage": "https://github.com/jbeder/yaml-cpp",
|
|
"documentation": "https://codedocs.xyz/jbeder/yaml-cpp/index.html",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|