mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
12 lines
548 B
Plaintext
12 lines
548 B
Plaintext
This project provides Python bindings for interfacing with the Zstandard
|
|
compression library. A C extension and CFFI interface are provided.
|
|
|
|
Zstd, short for Zstandard, is a new lossless compression algorithm,
|
|
which provides both good compression ratio and speed for standard
|
|
compression needs. "Standard" translates into everyday situations
|
|
which neither look for highest possible ratio (which LZMA and ZPAQ
|
|
cover) nor extreme speeds (which LZ4 covers).
|
|
|
|
Please note that a simple python binding to Zstandard is also
|
|
available: archivers/py-zstd.
|