vcpkg/ports/libremidi/vcpkg.json

22 lines
414 B
JSON
Raw Normal View History

{
"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": [
2023-10-10 09:03:23 +08:00
{
"name": "alsa",
"platform": "linux"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}