aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/librsync/vcpkg.json
blob: 0287ac3c258d16095094709840777f153bed8bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "librsync",
  "version-semver": "2.3.4",
  "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
    }
  ]
}