mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
c637402081
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
11 lines
435 B
Plaintext
11 lines
435 B
Plaintext
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.
|
|
|
|
WWW: https://pypi.org/project/python-lzo/
|