Recent Changes - Search:

edit SideBar

liblzf

Description

LibLZF is a very small data compression library. It consists of only two .c and two .h files and is very easy to incorporate into your own programs. The compression algorithm is very, very fast, yet still written in portable C.

The library is available as 32-bit and 64-bit:

  • If you are compiling a 32-bit program, no special compiler options are needed.
  • If you are compiling a 64-bit program, you have to compile and link your application with "cc_r -q64" or "gcc -maix64".

Homepage: http://oldhome.schmorp.de/marc/liblzf.html

Version: 3.6-1

Downloads

RPM:

Source RPM:

Package dependencies:

  • none

All versions:

Edit - History - Print - Recent Changes - Search
Page last modified on October 30, 2018, at 06:51 PM