---------------------------------------------------------------------------
                            libcomprex v0.3.3
                    Multi-purpose compression library
          Part of the GNUpdate project - http://www.gnupdate.org
---------------------------------------------------------------------------

The libcomprex library transparently handles automatic compression and
decompression of files. The API is similar to C's built-in file access
functions, which provides a smooth transition to libcomprex. libcomprex
can also open uncompressed files, making it a good replacement for the
native file access functions.

If libcurl is installed (highly recommended), libcomprex will have the
ability to retrieve files from online servers. It supports a wide
variety of protocols, such as HTTP, HTTPS, FTP, FTPS, and Gopher. The
libcurl library can be downloaded from http://curl.haxx.se/.

Please see the file INSTALL for install instructions.
