mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:10:24 +08:00
23 lines
471 B
JSON
23 lines
471 B
JSON
{
|
|
"name": "libopenmpt",
|
|
"version": "0.7.4",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|