mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
2071237e14
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
19 lines
405 B
JSON
19 lines
405 B
JSON
{
|
|
"name": "wavpack",
|
|
"version": "5.7.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
|
|
}
|
|
]
|
|
}
|