1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "name": "vcpkg-ci-libgit2", "version-string": "ci", "description": "Validates libgit2 with ssh and tools.", "dependencies": [ { "name": "libgit2", "default-features": false, "features": [ "ssh", "tools" ] } ] }