mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:59:00 +08:00
9ff4659a07
* [ebml] fix linux build by including <limits> * update version * udpate version Co-authored-by: Jonliu1993 <13720414433@163.com>
19 lines
350 B
JSON
19 lines
350 B
JSON
{
|
|
"name": "ebml",
|
|
"version": "1.4.2",
|
|
"port-version": 1,
|
|
"description": "A C++ library to parse EBML files",
|
|
"homepage": "https://github.com/Matroska-Org/libebml",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|