Package pzstd: Information

    Binary package: pzstd
    Version: 1.5.0-alt2
    Architecture: armh
    Build time:  Jul 13, 2021, 10:25 PM in the task #276707
    Source package: zstd
    Report package bug
    License: BSD-3-Clause
    Summary: Parallel Zstandard tool
    Description: 
    Parallel Zstandard is a Pigz-like tool for Zstandard.
    
    It provides Zstandard format compatible compression and decompression
    that is able to utilize multiple cores.  It breaks the input up into
    equal sized chunks and compresses each chunk independently into a
    Zstandard frame.  It then concatenates the frames together to produce
    the final compressed output.  Pzstandard will write a 12 byte header for
    each frame that is a skippable frame in the Zstandard format, which
    tells PZstandard the size of the next compressed frame.
    
    PZstandard supports parallel decompression of files compressed with
    PZstandard.  When decompressing files compressed with Zstandard,
    PZstandard does IO in one thread, and decompression in another.

    Maintainer: Dmitry V. Levin

    List of contributors:
    Dmitry V. Levin

    Last changed


    July 1, 2021 Dmitry V. Levin 1.5.0-alt2
    - Removed zstdgrep.1 and zstdless.1 manpages that are already packaged
      in gzip-utils along with scripts themselves.
    May 14, 2021 Dmitry V. Levin 1.5.0-alt1
    - 1.4.9 -> 1.5.0.
    March 2, 2021 Dmitry V. Levin 1.4.9-alt1
    - 1.4.8 -> 1.4.9.