_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
zchunk 1.5.1
Dependencies: curl@8.6.0 zstd@1.5.6
Propagated dependencies: zstd@1.5.6
Channel: guix
Location: gnu/packages/compression.scm (gnu packages compression)
Home page: https://github.com/zchunk/zchunk
Licenses: FreeBSD
Synopsis: Compressed file format for efficient deltas
Description:

The zchunk compressed file format allows splitting a file into independent chunks. This makes it possible to retrieve only changed chunks when downloading a new version of the file, and also makes zchunk files efficient over rsync. Along with the library, this package provides the following utilities:

unzck

To decompress a zchunk file.

zck

To compress a new zchunk file, or re-compress an existing one.

zck_delta_size

To calculate the difference between two zchunk files.

zck_gen_zdict

To create a dictionary for a zchunk file.

zck_read_header

To read a zchunk header.

zckdl

To download a zchunk file.

Total results: 1