Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
463 B
JSON

{
"name": "yaml-cpp",
"version-semver": "0.8.0",
"port-version": 2,
"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",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}