mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
4a938d4240
Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
19 lines
545 B
JSON
19 lines
545 B
JSON
{
|
|
"name": "libxdiff",
|
|
"version": "0.23",
|
|
"port-version": 4,
|
|
"description": "The LibXDiff library implements basic and yet complete functionalities to create file differences/patches to both binary and text files. The library uses memory files as file abstraction to achieve both performance and portability.",
|
|
"homepage": "https://github.com/Drako/libxdiff",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|