vcpkg/ports/ebml/vcpkg.json
Matt Hughes 9ff4659a07
[ebml] fix linux build by including <limits> (#23760)
* [ebml] fix linux build by including <limits>

* update version

* udpate version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-03-25 14:57:39 -07:00

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
}
]
}