init
This commit is contained in:
commit
143f39005c
11 changed files with 734 additions and 0 deletions
28
dub.json
Normal file
28
dub.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"authors": [
|
||||
"Alexander Zhirov"
|
||||
],
|
||||
"copyright": "Copyright © 2025, Alexander Zhirov",
|
||||
"description": "An OO wrapper over xdiff.d (thin libxdiff bindings) with safe ownership and a simple diff/patch/merge API.",
|
||||
"license": "BSL-1.0",
|
||||
"name": "libxdiff",
|
||||
"targetType": "library",
|
||||
"dependencies": {
|
||||
"xdiff": {
|
||||
"repository": "git+https://git.zhirov.kz/dlang/xdiff.git",
|
||||
"version": "e2396bc172eba813cdcd1a96c494e35d687f576a"
|
||||
}
|
||||
},
|
||||
"buildTypes": {
|
||||
"unittest": {
|
||||
"dflags": [
|
||||
"-unittest",
|
||||
"-g"
|
||||
],
|
||||
"libs": [
|
||||
"xdiff"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue