mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
22 lines
451 B
JSON
22 lines
451 B
JSON
{
|
|
"name": "libopenmpt",
|
|
"version": "0.7.10",
|
|
"description": "A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream.",
|
|
"homepage": "https://openmpt.org/",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"libogg",
|
|
"libvorbis",
|
|
"mpg123",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|