Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37040040
en ru br
ALT Linux repos
S:1.0-alt1_1

Group :: System/Libraries
RPM: libxdiff

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.0-alt1_1
Build date: 5 july 2021, 14:04 ( 142.4 weeks ago )
Size: 361.58 Kb

Home page:   https://github.com/spotrh/libxdiff

License: LGPLv2.1+
Summary: Create diffs/patches for text/binary files
Description:

The LibXDiff library implements basic and yet complete functionalities
to create file differences/patches to both binary and text files. It
uses memory files as file abstraction to achieve both performance and
portability. For binary files, it implements (with some modification)
the algorithm described in "File System Support for Delta Compression"
by Joshua P. MacDonald. For text files, it follows directives described
in "An O(ND) Difference Algorithm and Its Variations" by Eugene W.
Myers. Memory files used by the library are basically a collection of
buffers that store the file content.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • libxdiff-devel
  • libxdiff0
  • libxdiff0-debuginfo
  • libxdiff1
  • libxdiff1-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin