Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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
}
]
}