vcpkg/ports/libyaml/vcpkg.json
Jack·Boos·Yu 738720268b
[libyaml] Export the pkgconfig files (#21829)
* [libyaml] Export the pkgconfig files

* version

* Fix cmake config file path

* version
2021-12-06 20:38:26 -08:00

18 lines
339 B
JSON

{
"name": "libyaml",
"version-string": "0.2.5",
"port-version": 2,
"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
}
]
}