pineapple/externals/vcpkg/ports/libyaml/vcpkg.json

18 lines
339 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"name": "libyaml",
"version-string": "0.2.5",
"port-version": 3,
"description": "A C library for parsing and emitting YAML.",
"homepage": "https://github.com/yaml/libyaml",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}