This commit is contained in:
Alexander Zhirov 2025-08-31 00:28:30 +03:00
commit f1c7cf6f5e
Signed by: alexander
GPG key ID: C8D8BE544A27C511
7 changed files with 239 additions and 0 deletions

10
dub.json Normal file
View file

@ -0,0 +1,10 @@
{
"authors": [
"Alexander Zhirov"
],
"copyright": "Copyright © 2025, Alexander Zhirov",
"description": "The LibXDiff library implements basic and yet complete functionalities to create file differences/patches to both binary and text files.",
"license": "BSL-1.0",
"name": "xdiff",
"targetType": "library"
}