Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmacd/xdelta
open-source binary diff, delta/differential compression tools, VCDIFF/RFC 3284 delta compression
https://github.com/jmacd/xdelta
Last synced: 6 days ago
JSON representation
open-source binary diff, delta/differential compression tools, VCDIFF/RFC 3284 delta compression
- Host: GitHub
- URL: https://github.com/jmacd/xdelta
- Owner: jmacd
- Created: 2015-03-24T04:13:24.000Z (almost 10 years ago)
- Default Branch: release3_1_apl
- Last Pushed: 2020-04-29T19:42:31.000Z (over 4 years ago)
- Last Synced: 2025-01-08T08:01:14.426Z (13 days ago)
- Language: C++
- Homepage: http://xdelta.org
- Size: 11.7 MB
- Stars: 1,146
- Watchers: 59
- Forks: 188
- Open Issues: 130
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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 sourcesThe 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).