vcpkg/ports/libyaml/vcpkg.json
Alexander Neumann 74db2afdd0
[vcpkg baseline] [Qt6] add FETCH_REF for qt modules without tag (#21925)
* add FETCH_REF for qt modules without tag

* libyaml add version to pkgconfig file

* more login output

* use the target in the wrapper.

* remove trace output bump port version

* version stuff
2021-12-08 15:58:20 -08:00

18 lines
339 B
JSON

{
"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
}
]
}