2020-10-23 08:34:02 +01:00
|
|
|
{
|
|
|
|
"name": "lilv",
|
2024-12-14 15:59:15 +00:00
|
|
|
"version": "0.24.24",
|
2024-12-19 19:11:37 +01:00
|
|
|
"port-version": 1,
|
2020-10-23 08:34:02 +01:00
|
|
|
"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",
|
2023-03-08 06:14:52 +08:00
|
|
|
"sratom",
|
|
|
|
{
|
2024-12-14 15:59:15 +00:00
|
|
|
"name": "vcpkg-tool-meson",
|
2023-03-08 06:14:52 +08:00
|
|
|
"host": true
|
2024-12-19 19:11:37 +01:00
|
|
|
},
|
|
|
|
"zix"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tools": {
|
|
|
|
"description": "Build tools",
|
|
|
|
"supports": "!windows",
|
|
|
|
"dependencies": [
|
|
|
|
"libsndfile"
|
|
|
|
]
|
2023-03-08 06:14:52 +08:00
|
|
|
}
|
2024-12-19 19:11:37 +01:00
|
|
|
}
|
2020-10-23 08:34:02 +01:00
|
|
|
}
|