mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:39:06 +08:00
1ad8ada839
* [libremidi] Update to 4.2.4 * update version
22 lines
414 B
JSON
22 lines
414 B
JSON
{
|
|
"name": "libremidi",
|
|
"version": "4.2.4",
|
|
"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
|
|
}
|
|
]
|
|
}
|