lua-csnappy is a binding of the csnappy
library which implements the Google's Snappy (de)compressor.
Snappy uses a LZ77-type algorithm with a fixed, byte-oriented encoding.
The csnappy
library is available at http://github.com/zeevt/csnappy.
The specification and the original C++ implementation of Snappy are available at https://google.github.io/snappy/.
The homepage is at http://fperrad.github.io/lua-csnappy/, and the sources are hosted at http://github.com/fperrad/lua-csnappy/.
Copyright (c) 2012-2016 Francois Perrad
This library is licensed under the terms of the BSD license, like csnappy & Snappy.