home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mlzo100.zip / minilzo.100 / miniLZO.lsm < prev    next >
Text File  |  1997-07-13  |  2KB  |  35 lines

  1. Begin3
  2. Title:          miniLZO -- mini version of the LZO data compression library
  3. Version:        1.00
  4. Entered-date:   13JUL97
  5. Description:    LZO is a portable lossless data compression library written
  6.                 in ANSI C. It implements a number of algorithms with
  7.                 the following features:
  8.                   - Decompression is simple and *very* fast.
  9.                   - Requires no memory for decompression.
  10.                   - Compression is pretty fast.
  11.                   - Requires 64 kB of memory for compression.
  12.                 I've created miniLZO for projects where it is inconvenient to
  13.                 include (or require) the full LZO source code just because you
  14.                 want to add a little bit of data compression to your
  15.                 application.
  16.                 miniLZO implements the LZO1X-1 algorithm and consists of one C
  17.                 source file and two header files.
  18.                 It compiles to about 6 kB (when using gcc or Watcom C on a
  19.                 i386), and the sources are about 14 kB when packed with zip -
  20.                 so there's no more excuse that your application doesn't
  21.                 support data compression :-)
  22. Keywords:       compression, library
  23. Author:         markus.oberhumer@jk.uni-linz.ac.at (Markus F.X.J. Oberhumer)
  24. Maintained-by:  markus.oberhumer@jk.uni-linz.ac.at (Markus F.X.J. Oberhumer)
  25. Primary-site:   http://www.infosys.tuwien.ac.at/Staff/lux/marco/lzo.html
  26.                 ftp://hpv17.infosys.tuwien.ac.at/pub/mfx/lzo
  27.                 23kB minilzo-1.00.tar.gz
  28. Alternate-site: ftp://sunsite.unc.edu/pub/Linux/libs
  29.                 23kB minilzo-1.00.tar.gz
  30. Alternate-site: ftp://tsx-11.mit.edu/pub/linux/sources/libs
  31.                 23kB minilzo-1.00.tar.gz
  32. Platforms:      Requires ANSI C compiler.
  33. Copying-policy: GPL
  34. End
  35.