zeek/auxil/vcpkg/ports/lilv/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

29 lines
537 B
JSON

{
"name": "lilv",
"version": "0.24.26",
"description": "Lilv is a C library for simple use of LV2 plugins in applications.",
"homepage": "https://drobilla.net/software/lilv",
"license": "ISC",
"supports": "!uwp",
"dependencies": [
"lv2",
"serd",
"sord",
"sratom",
{
"name": "vcpkg-tool-meson",
"host": true
},
"zix"
],
"features": {
"tools": {
"description": "Build tools",
"supports": "!windows",
"dependencies": [
"libsndfile"
]
}
}
}