Lzlib is a data compression library providing in-memory LZMA compression and decompression functions, including integrity checking of the uncompressed data. The compressed data format used by the library is the lzip format.
This program is installable using the rpm package manager. See below for the install string. Required prerequisites are automatically processed by the package manager and, if needed, downloaded and installed.
yum install lzlib
yum install lzlib-devel
Following ones are the download links for manual installation:
Lzlib v. 1.3 (8/4/2012, Elbert Pol (TeLLie)) | ||
hobbes.nmsu.edu/download/pub/os2/dev/util/Lzlip.v1.3.os2.zip | ||
Lzlib v. 1.1 (5/1/2011, Elbert Pol (TeLLie)) | Readme/What's new |
2011-01-03 Antonio Diaz Diaz <ant_diaz@teleline.es>
* Version 1.1 released.
* Compression time has been reduced by 2%.
* All declarations not belonging to the API have been
encapsulated in the namespace `Lzlib'.
* testsuite: `test1' renamed to `test.txt'. Added new tests.
* Match length limits set by options -1 to -9 of minilzip have
been changed to match those of lzip 1.11.
* main.cc: Set stdin/stdout in binary mode on OS2.
* bbexample.cc: New file containing example functions for
buffer-to-buffer compression/decompression. |
hobbes.nmsu.edu/download/pub/os2/dev/util/lzlib-v1.1-os2.zip | ||
Lzlib v. 0.9 (11/2/2010, Elbert Pol (TeLLie)) | Readme/What's new |
2010-02-10 Antonio Diaz Diaz <ant_diaz@teleline.es>
* Version 0.9 released.
* Compression time has been reduced by 8%.
* main.cc: New constant "o_binary". |
hobbes.nmsu.edu/download/pub/os2/dev/util/lzlib.v0.9.os2.zip | ||
Lzlib v. 0.8rc2 (1/1/2010, Elbert Pol (TeLLie)) | Readme/What's new |
2009-12-31 Antonio Diaz Diaz <ant_diaz@teleline.es>
* Version 0.8-rc2 released.
* Added new function LZ_decompress_reset.
* Added new function LZ_decompress_sync_to_member.
* Added new function LZ_decompress_write_size.
* Added new function LZ_strerror.
* lzlib.h: API change. Replaced "enum" with functions for values
of dictionary size limits to make interface names consistent.
* lzlib.h: API change. "LZ_errno" replaced with "LZ_Errno". |
hobbes.nmsu.edu/download/pub/os2/dev/util/Lzlib.v0.8.rc2-os2.zip |
This work is licensed under a Creative Commons Attribution 4.0 International License.
Add new comment