aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libxdiff/vcpkg.json
blob: 5c54cdf44e0de1724eb719002ece7049f6b6a097 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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
    }
  ]
}