mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 10:29:06 +08:00
16 lines
271 B
JSON
16 lines
271 B
JSON
{
|
|
"name": "vcpkg-ci-libgit2",
|
|
"version-string": "ci",
|
|
"description": "Validates libgit2 with ssh and tools.",
|
|
"dependencies": [
|
|
{
|
|
"name": "libgit2",
|
|
"default-features": false,
|
|
"features": [
|
|
"ssh",
|
|
"tools"
|
|
]
|
|
}
|
|
]
|
|
}
|