mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 10:31:38 +08:00
be456649fd
* [yaml-cpp] update to 0.7.0 * [opencolorio] update to 2.0.1 * [openimageio] Update to 2.2.17.0 * [pystring] move header to pystring subfolder * add version files
18 lines
422 B
JSON
18 lines
422 B
JSON
{
|
|
"name": "yaml-cpp",
|
|
"version-semver": "0.7.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|