mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:09:07 +08:00
e6d762b94b
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
15 lines
306 B
JSON
15 lines
306 B
JSON
{
|
|
"name": "lilv",
|
|
"version-string": "0.24.10",
|
|
"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"
|
|
]
|
|
}
|