mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
ccefd02758
* [ebml] copy PDBs * [matroska] copy PDBs
22 lines
418 B
JSON
22 lines
418 B
JSON
{
|
|
"name": "matroska",
|
|
"version": "1.7.1",
|
|
"port-version": 1,
|
|
"description": "a C++ library to parse Matroska files (.mkv and .mka)",
|
|
"homepage": "https://github.com/Matroska-Org/libmatroska",
|
|
"dependencies": [
|
|
{
|
|
"name": "ebml",
|
|
"version>=": "1.4.3"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|