mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:19:00 +08:00
f8e72cdce0
* [wavpack] Fix building only release or debug build type * [wavpack] Update to 5.6.0
19 lines
405 B
JSON
19 lines
405 B
JSON
{
|
|
"name": "wavpack",
|
|
"version": "5.6.0",
|
|
"description": "WavPack encode/decode library, command-line programs, and several plugins",
|
|
"homepage": "https://github.com/dbry/WavPack",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!(windows & arm)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|