mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 05:30:01 +08:00
6653330b70
* [alsa] update to 1.2.11 * [alsa] update to 1.2.11 * [libremidi] update to 4.3.0 * [libremidi] update to 4.3.0
22 lines
414 B
JSON
22 lines
414 B
JSON
{
|
|
"name": "libremidi",
|
|
"version": "4.3.0",
|
|
"description": "A modern C++ MIDI real-time & file I/O library",
|
|
"homepage": "https://github.com/jcelerier/libremidi",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "alsa",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|