mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 19:19:00 +08:00
12 lines
268 B
JSON
12 lines
268 B
JSON
|
{
|
||
|
"name": "matroska",
|
||
|
"version-string": "1.6.2",
|
||
|
"port-version": 1,
|
||
|
"description": "a C++ library to parse Matroska files (.mkv and .mka)",
|
||
|
"homepage": "https://github.com/Matroska-Org/libmatroska",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
"ebml"
|
||
|
]
|
||
|
}
|