README.md
erlang-lz4
==========
branch: master [![Build Status](https://secure.travis-ci.org/szktty/erlang-lz4.png?branch=master)](http://travis-ci.org/szktty/erlang-lz4)
develop [![Build Status](https://secure.travis-ci.org/szktty/erlang-lz4.png?branch=develop)](http://travis-ci.org/szktty/erlang-lz4)
LZ4 bindings for Erlang
This library uses source code of LZ4 from https://github.com/Cyan4973/lz4.
LZ4 implementation version
--------------------------
https://github.com/Cyan4973/lz4/releases/tag/r119
Licenses
--------
This program is distributed under Apache License 2.0.
LZ4 library is distributed under New BSD License.
Author
------
SUZUKI Tetsuya <tetsuya.suzuki@gmail.com>