Skip to content

Commit

Permalink
Add references section to README (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Sep 16, 2019
1 parent fb0e76c commit 35d0fea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## A pure Go implementation of bi-directional EBML encoder/decoder

EBML (Extensible Binary Meta Language) is a binary and byte-aligned format that was originally developed for the Matroska audio-visual container.
See https://matroska.org/technical/specs/index.html for details.
See https://matroska.org/ for details.

This package implements EBML Marshaler and Unmarshaler for Go.
Currently, commonly used elements of WebM subset is supported.
Expand All @@ -19,6 +19,12 @@ API is documented using [GoDoc](http://godoc.org/github.com/at-wat/ebml-go).
EBML can be `Marshal`-ed and `Unmarshal`-ed between tagged struct and binary stream through `io.Reader` and `io.Writer`.


## References

- [Matroska Container Specifications](https://matroska.org/technical/specs/index.html)
- [WebM Container Guidelines](https://www.webmproject.org/docs/container/)


## License

This package is licensed under [Apache License Version 2.0](./LICENSE).

0 comments on commit 35d0fea

Please sign in to comment.