vcpkg/ports/lv2/vcpkg.json
2024-12-03 18:25:40 -08:00

14 lines
349 B
JSON

{
"name": "lv2",
"version": "1.18.10",
"description": "LV2 is a plugin standard for audio systems. It defines a minimal yet extensible C API for plugin code and a format for plugin \"bundles\".",
"homepage": "https://lv2plug.in",
"license": "ISC",
"dependencies": [
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}