vcpkg/ports/lv2/vcpkg.json
2024-12-14 10:59:15 -05:00

15 lines
370 B
JSON

{
"name": "lv2",
"version": "1.18.10",
"port-version": 1,
"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
}
]
}