ebml-go // ebml

January 8, 2016 ยท View on GitHub

Package ebml provides an implementation of an EBML decoder in the Go Programming Language.

EBML is short for Extensible Binary Meta Language. EBML specifies a binary and octet (byte) aligned format inspired by the principle of XML. EBML itself is a generalized description of the technique of binary markup. Like XML, it is completely agnostic to any data that it might contain. For a specification, see http://ebml.sourceforge.net/specs/.

Installation

go get github.com/ebml-go/ebml

Usage

See WebM Parser.

LICENSE

The BSD 3-Clause License.