repo/extra/zstd
2023-03-02 18:00:45 +05:30
..
build zstd: fix pc file, prefix=/usr/local -> prefix=/usr in libzstd.pc 2023-02-26 15:50:44 +05:30
checksums zstd: 1.5.4 2023-02-10 12:43:12 -06:00
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
sources *: remove VERSION markers 2023-03-02 18:00:45 +05:30
version zstd: fix pc file, prefix=/usr/local -> prefix=/usr in libzstd.pc 2023-02-26 15:50:44 +05:30

zstd
________________________________________________________________________________

Zstandard (or zstd) is a lossless data compression algorithm developed by
Yann Collet at Facebook. Zstd is the reference implementation in C. Version 1 of
this implementation was released as open-source software on 31 August 2016. [0]

Upstream: https://github.com/facebook/zstd


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Setup .................................................................. [002]
* Usage .................................................................. [003]
* References ............................................................. [004]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b zstd                                                               |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Setup
________________________________________________________________________________

To use zstd as the package manager's compression method for build tarballs, set
the environment variable KISS_COMPRESS to 'zst'. If zstd will not be used as
the package manager's compression method, no such setup is required.


[003] Usage
________________________________________________________________________________

Refer to the manual pages and command help output.


[004] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/Zstandard