dxdiff/dub.json
2025-08-31 18:52:19 +03:00

20 lines
No EOL
411 B
JSON

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