mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 12:19:01 +08:00
738720268b
* [libyaml] Export the pkgconfig files * version * Fix cmake config file path * version
18 lines
339 B
JSON
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
|
|
}
|
|
]
|
|
}
|