python-lzo

Rating: 
0
No votes yet

Python bindings for the LZO data compression library
This module provides Python bindings for the LZO data compression library.
.
LZO is a portable lossless data compression library written in ANSI C.
It offers pretty fast compression and *very* fast decompression.
Decompression requires no memory.
.
In addition there are slower compression levels achieving a quite
competitive compression ratio while still decompressing at
this very high speed.

Application versions: 
AttachmentSizeDate
File python-lzo_1.08-1_armel.deb6.49 KB05/08/2013 - 11:41
Changelog: 

python-lzo (1.08-1) unstable; urgency=low

* Initial import (Closes: #671375)
* add patches/01-use-lzo2-insteadof-lzo.patch to use lzo2 instead of lzo
* add patches/02-fix-exception-handling-in-test.patch