mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:19:06 +08:00
17 lines
413 B
JSON
17 lines
413 B
JSON
{
|
|
"name": "libmikmod",
|
|
"version": "3.3.11.1",
|
|
"port-version": 11,
|
|
"description": "Mikmod is a module player and library supporting many formats, including mod, s3m, it, and xm.",
|
|
"homepage": "https://sourceforge.net/projects/mikmod/",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!osx & !uwp",
|
|
"dependencies": [
|
|
"openal-soft",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|