mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 22:09:07 +08:00
17 lines
333 B
JSON
17 lines
333 B
JSON
|
{
|
||
|
"name": "libopenmpt",
|
||
|
"version-string": "2017-01-28-cf2390140",
|
||
|
"port-version": 1,
|
||
|
"description": "a library to render tracker music",
|
||
|
"homepage": "https://github.com/OpenMPT/openmpt",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
"libflac",
|
||
|
"libogg",
|
||
|
"libvorbis",
|
||
|
"mpg123",
|
||
|
"portaudio",
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|