28 lines
No EOL
546 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
|
|
} |