Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/szktty/erlang-lz4

LZ4 bindings for Erlang
https://github.com/szktty/erlang-lz4

Last synced: about 2 months ago
JSON representation

LZ4 bindings for Erlang

Lists

README

        

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