dxdiff/dub.json
2025-08-31 00:38:29 +03:00

20 lines
No EOL
405 B
JSON

{
"authors": [
"alexander"
],
"copyright": "Copyright © 2025, alexander",
"description": "A minimal D application.",
"license": "proprietary",
"name": "dxdiff",
"targetPath": "bin",
"targetType": "executable",
"libs": [
"xdiff"
],
"dependencies": {
"xdiff": {
"repository": "git+https://git.zhirov.kz/dlang/xdiff.git",
"version": "e2396bc172eba813cdcd1a96c494e35d687f576a"
}
}
}