2020-10-14 17:38:40 -07:00
|
|
|
{
|
|
|
|
"name": "libopenmpt",
|
2023-01-24 00:56:59 +01:00
|
|
|
"version": "0.6.7",
|
|
|
|
"description": "a cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream.",
|
2021-10-25 13:35:56 -07:00
|
|
|
"homepage": "https://openmpt.org/",
|
2023-01-24 00:50:14 +01:00
|
|
|
"license": "BSD-3-Clause",
|
2020-10-14 17:38:40 -07:00
|
|
|
"dependencies": [
|
|
|
|
"libogg",
|
|
|
|
"libvorbis",
|
|
|
|
"mpg123",
|
2021-10-25 13:35:56 -07:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
2020-10-14 17:38:40 -07:00
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
}
|