slackbuilds/misc/xdelta
B. Watson 1e2a876bbe
misc/xdelta: Fix download URL.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-03-23 08:17:09 +07:00
..
README misc/xdelta: Wrap README at 72 columns. 2022-03-13 17:06:16 -04:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
xdelta.SlackBuild misc/xdelta: Remove .la files. 2022-03-08 09:44:41 +07:00
xdelta.info misc/xdelta: Fix download URL. 2024-03-23 08:17:09 +07:00

README

xdelta - Binary delta generator

Xdelta is a program designed to compute changes between files. These
changes (deltas) are similar to the output of the "diff" program in
that they may be used to store and transmit only the changes between
files. However, unlike diff(1), the output of xdelta is not expressed
in a human-readable format.

Xdelta uses a fast, linear algorithm and performs well on both binary
and text files.