vcpkg/ports/clap-cleveraudio/vcpkg.json
Francesco Bertolaccini 3bfa3d4f33
[clap-cleveraudio] New port (#35197)
* [clap-cleveraudio] New port

* Remove needless options
2023-11-21 14:09:20 -08:00

18 lines
417 B
JSON

{
"name": "clap-cleveraudio",
"version-semver": "1.1.10",
"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
}
]
}