sdiff/dub.json
2025-09-01 03:21:54 +03:00

28 lines
No EOL
546 B
JSON

{
"authors": [
"Alexander Zhirov"
],
"copyright": "Copyright © 2025, Alexander Zhirov",
"description": "A minimal D wrapper over xdiff.d for computing file differences and generating patches.",
"license": "BSL-1.0",
"name": "sdiff",
"targetType": "library",
"dependencies": {
"xdiff": {
"repository": "git+https://git.zhirov.kz/dlang/xdiff.git",
"version": "e2396bc172eba813cdcd1a96c494e35d687f576a"
}
},
"buildTypes": {
"unittest": {
"dflags": [
"-unittest",
"-g"
],
"libs": [
"xdiff"
]
}
}
}