vcpkg/ports/yaml-cpp/vcpkg.json
Pierre Wendling 47e01f3ea4
[yaml-cpp] Update patch with upstream fixes. (#35058)
The patch from https://github.com/jbeder/yaml-cpp/pull/1242 fixes
loading the CMake config multiple times.
2023-11-14 12:41:42 -08:00

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
}
]
}