# xdelta **Repository Path**: mirrors/xdelta ## Basic Information - **Project Name**: xdelta - **Description**: Xdelta3是一种优秀的、被广泛使用的差量更新算法 - **Primary Language**: C/C++ - **License**: Not specified - **Default Branch**: release3_1_apl - **Homepage**: https://www.oschina.net/p/xdelta - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 4 - **Created**: 2019-08-07 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: mathlibs **Tags**: None ## README # Xdelta Xdelta version 3 is a C library and command-line tool for delta compression using VCDIFF/RFC 3284 streams. # License This repository contains branches of Xdelta 3.x that were re-licensed by the original author under the [Apache Public License version 2.0](http://www.apache.org/licenses/LICENSE-2.0), namely: - __release3_0_apl__ Change to APL based on 3.0.11 sources - __release3_1_apl__ Merges release3_0_apl with 3.1.0 sources The original GPL licensed Xdelta lives at http://github.com/jmacd/xdelta-gpl. # Documentation See the [command-line usage](https://github.com/jmacd/xdelta/blob/wiki/CommandLineSyntax.md). See [wiki directory](https://github.com/jmacd/xdelta/tree/wiki).