Низкоуровневая обёртка над C API LibXDiff для D
Find a file
2025-08-31 00:31:12 +03:00
.vscode init 2025-08-31 00:31:12 +03:00
source init 2025-08-31 00:31:12 +03:00
.gitignore init 2025-08-31 00:31:12 +03:00
dub.json init 2025-08-31 00:31:12 +03:00
dub.settings.json init 2025-08-31 00:31:12 +03:00
LICENSE init 2025-08-31 00:31:12 +03:00
README.md init 2025-08-31 00:31:12 +03:00

xdiff

Low-level wrapper over the C API LibXDiff for D. All values are taken from uapi <xdiff.h>.

Installation

Add to dub.json:

{
    "dependencies": {
        "xdiff": "~>0.1.0"
    }
}

Or to dub.sdl:

dependency "xdiff" version="~>0.1.0"

Run dub build.

Usage

Import the module: import xdiff;

License

Boost Software License 1.0. See LICENSE.