lzo
  • C 50%
  • Shell 29%
  • xBase 6.4%
  • Assembly 5.2%
  • Makefile 4%
  • Other 5.4%
Find a file
2023-01-20 16:00:20 +02:00
asm/i386 Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
autoconf Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
B Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
doc Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
examples Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
include/lzo Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
lzotest Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
minilzo Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
src Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
tests Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
util Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
aclocal.m4 Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
Android.mk Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
AUTHORS Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
BUGS Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
ChangeLog Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
CMakeLists.txt Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
config.hin Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
configure Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
configure.ac Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
COPYING Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
INSTALL Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
lzo2.pc.cmakein Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
lzo2.pc.in Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
Makefile.am Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
Makefile.in Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
NEWS Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
README Release 2.10 + android build files 2023-01-20 16:00:20 +02:00
THANKS Release 2.10 + android build files 2023-01-20 16:00:20 +02:00

============================================================================
LZO -- a real-time data compression library
============================================================================

Please read the file doc/LZO.TXT for an introduction to LZO.
See the file doc/LZO.FAQ for various tidbits of information.

See the file NEWS for a list of major changes in the current release.

See the file INSTALL for compilation and installation instructions.

For a quick start how to use LZO look at examples/lzopack.c.


Directory overview:
-------------------
  autoconf      Autoconf configuration files (UNIX specific)
  B             various support files for DOS, Windows, OS/2, ...
  doc           documentation
  examples      example programs
  include       public header files
  minilzo       a lightweight subset for easy inclusion in your project
  src           library source
  tests         more or less exotic test programs
  util          some utility scripts


Have fun,
Markus

http://www.oberhumer.com/opensource/lzo/