libebml

C++ library for reading/writing EBML (binary XML) format files

brewmacoslinux
Try with needOr install directly
Source

About

Sort of a sbinary version of XML

Commands

libebml

Examples

Parse and read EBML file structure programmatically$ libebml-config --cflags --libs
Integrate EBML library into C++ projects for Matroska/WebM support$ pkg-config --cflags --libs libebml
Check installed EBML library version and configuration$ libebml-config --version