vcpkg/ports/librsync/vcpkg.json

14 lines
379 B
JSON
Raw Normal View History

{
"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
}
]
}