libxdiff/dub.json
2025-08-31 18:42:22 +03:00

28 lines
No EOL
568 B
JSON

{
"authors": [
"Alexander Zhirov"
],
"copyright": "Copyright © 2025, Alexander Zhirov",
"description": "An OO wrapper over xdiff.d (thin libxdiff bindings) with safe ownership and a simple diff/patch/merge API.",
"license": "BSL-1.0",
"name": "libxdiff",
"targetType": "library",
"dependencies": {
"xdiff": {
"repository": "git+https://git.zhirov.kz/dlang/xdiff.git",
"version": "e2396bc172eba813cdcd1a96c494e35d687f576a"
}
},
"buildTypes": {
"unittest": {
"dflags": [
"-unittest",
"-g"
],
"libs": [
"xdiff"
]
}
}
}