aboutsummaryrefslogtreecommitdiff
path: root/ports/librsync/vcpkg.json
blob: 34aafdb9bcadf4acf4468e3854be0eb53682b819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "librsync",
  "version-semver": "2.3.2",
  "description": "librsync is a library for calculating and applying network deltas, with an interface designed to ease integration into diverse network applications.",
  "homepage": "http://librsync.sourcefrog.net/",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}