Skip to content
/ ebml Public

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

License

Notifications You must be signed in to change notification settings

ebml-go/ebml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages