LZip GZip but from Luke not GNU This is an extremly naive implementation of the GZip decompression algorithm written in good old C. Build and install mkdir build ; cd build cmake -DCMAKE_BUILD_TYPE=RELEASE .. sudo make This will put the executable lzip into build/bin