mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-21 01:45:37 +08:00
23 lines
435 B
JSON
23 lines
435 B
JSON
{
|
|
"name": "libremidi",
|
|
"version": "4.2.3",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|