Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

22 lines
418 B
JSON

{
"name": "matroska",
"version": "1.7.1",
"port-version": 2,
"description": "a C++ library to parse Matroska files (.mkv and .mka)",
"homepage": "https://github.com/Matroska-Org/libmatroska",
"dependencies": [
{
"name": "ebml",
"version>=": "1.4.4"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}