mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:39:02 +08:00
20 lines
426 B
JSON
20 lines
426 B
JSON
{
|
|
"name": "wavpack",
|
|
"version": "5.6.0",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|