yuzu/externals/vcpkg/ports/lv2/vcpkg.json

19 lines
439 B
JSON
Executable File

{
"name": "lv2",
"version-semver": "1.18.2",
"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-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}