slackbuilds/misc/xdelta
David Spencer 046c9bbdb6 misc/xdelta: Fixed download.
Thanks to orbea and urchlay.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-05-19 00:45:05 +01:00
..
README
slack-desc
xdelta.SlackBuild misc/xdelta: Update DOWNLOAD url. 2016-08-28 00:22:40 +01:00
xdelta.info misc/xdelta: Fixed download. 2018-05-19 00:45:05 +01: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.