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.
Maintained by: Jason Graham
Keywords: compression,nrv,upx
ChangeLog: ucl
Homepage:
http://www.oberhumer.com/opensource/ucl/
Download SlackBuild:
ucl.tar.gz
ucl.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
Individual Files: |
README |
slack-desc |
ucl.SlackBuild |
ucl.info |
© 2006-2023 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds