Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
371 B
JSON

{
"name": "vamp-sdk",
"version": "2.10",
"port-version": 5,
"description": "Library for Vamp plugins",
"homepage": "https://www.vamp-plugins.org/develop.html",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "libsndfile",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}