slackbuilds/libraries/ucl
Ryan P.C. McQuen 0eb008bb97 libraries/ucl: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-04-03 21:56:58 +07:00
..
README libraries/ucl: Added (portable lossless data compression) 2010-09-21 22:09:38 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
ucl.SlackBuild libraries/ucl: New maintainer. 2015-04-03 21:56:58 +07:00
ucl.info libraries/ucl: New maintainer. 2015-04-03 21:56:58 +07:00

README

UCL is written in ANSI C. Both the source code and the compressed data
format are designed to be portable across platforms.

UCL implements a number of algorithms with the following features:

 * Decompression is simple and *very* fast.
 * Requires no memory for decompression.
 * The decompressors can be squeezed into less than 200 bytes of code.
 * Focuses on compression levels for generating pre-compressed data
   which achieve a quite competitive compression ratio.
 * Allows you to dial up extra compression at a speed cost in the
   compressor. The speed of the decompressor is not reduced.
 * Algorithm is thread safe.
 * Algorithm is lossless.

UCL supports in-place decompression.