Skip to content
forked from ebml-go/ebml

An implementation of an EBML decoder in the Go Programming Language.

License

Notifications You must be signed in to change notification settings

tonytony2020/ebml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ebml-go // ebml

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.

Languages

  • Go 100.0%