mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 02:11:58 +08:00
30 lines
558 B
JSON
30 lines
558 B
JSON
{
|
|
"name": "lilv",
|
|
"version": "0.24.24",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|