Registry / utility / libxdiff

libxdiff

JSON →
library0.23vcpkgunverified

The LibXDiff library implements basic and yet complete functionalities to create file differences/patches to both binary and text files.

vcpkg install libxdiff
INSTALL
IMPORT
SIG · LIBXDIFF
L
libxdiff
utilitycppv0.23
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xdiff/xdiff.h
#include <xdiff/xdiff.h>

Compute diff between two files

#include <xdiff/xdiff.h> int main() { mmfile_t file1, file2; xdemitconf_t config; xpparam_t params; xdl_diff(&file1, &file2, &params, &config, nullptr); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.23latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

libxdiff — pip install libxdiff · libregistry