compLib

I needed for hibView to recreate the library of compression ziplib without needing any kernel. So here is complib which offer quite the same functionalities as ziplib ones, and being fully compatible with the ZIP format. I have also implemented the Komp compression of François Lieber, because the algorithms are the same : the Huffman compression. So I offer you to download this static library on this web site.

Download

  • 1.2 - 12/03/2006 : complib-1.2.zip

    • . fix wrong pointer arithmetic in mk_dzip causing ziplib decompression to fail (Kevin Kofler)

    • . improved Makefiles

  • 1.1 - 17/01/2006 : complib-1.1.zip

    • . repackaged and rewrote API

  • 1.0 - 15/04/2003 : complib-1.0.zip

    • . First version