vcpkg/ports/clap-cleveraudio/vcpkg.json
2024-10-04 11:41:22 -04:00

18 lines
416 B
JSON

{
"name": "clap-cleveraudio",
"version-semver": "1.2.2",
"description": "CLAP is an audio plugin ABI which defines a standard for Digital Audio Workstations and audio plugins to work together",
"homepage": "https://cleveraudio.org/",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}