mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 10:19:33 +08:00
18 lines
353 B
JSON
18 lines
353 B
JSON
|
{
|
||
|
"name": "libremidi",
|
||
|
"version": "4.1.0",
|
||
|
"description": "A modern C++ MIDI real-time & file I/O library",
|
||
|
"homepage": "https://github.com/jcelerier/libremidi",
|
||
|
"license": "BSD-2-Clause",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|