mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:12:19 +08:00
12 lines
312 B
JSON
12 lines
312 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
|
"name": "vamp-sdk",
|
|
"version": "2.9",
|
|
"description": "Library for VAMP plugins",
|
|
"homepage": "https://www.vamp-plugins.org/develop.html",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"libsndfile"
|
|
]
|
|
}
|