2021-09-08 22:55:21 +08:00
|
|
|
{
|
|
|
|
"name": "libgit2",
|
2024-04-30 08:20:16 +08:00
|
|
|
"version-semver": "1.8.0",
|
2023-07-12 02:18:41 +08:00
|
|
|
"description": "A C library implementing the Git core methods with a solid API",
|
2021-09-08 22:55:21 +08:00
|
|
|
"homepage": "https://github.com/libgit2/libgit2",
|
2023-07-12 02:18:41 +08:00
|
|
|
"license": null,
|
2021-09-08 22:55:21 +08:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
"http-parser",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-11-28 15:32:06 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-09-08 22:55:21 +08:00
|
|
|
"zlib"
|
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"pcre",
|
|
|
|
"ssl"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"mbedtls": {
|
|
|
|
"description": "SSL support (mbedTLS)",
|
2023-05-09 09:11:51 +08:00
|
|
|
"supports": "!windows",
|
2021-09-08 22:55:21 +08:00
|
|
|
"dependencies": [
|
|
|
|
"mbedtls"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"openssl": {
|
|
|
|
"description": "SSL support (OpenSSL)",
|
|
|
|
"dependencies": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"pcre": {
|
|
|
|
"description": "Build against external libpcre",
|
|
|
|
"dependencies": [
|
|
|
|
"pcre"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"pcre2": {
|
|
|
|
"description": "Build against external libpcre2",
|
|
|
|
"dependencies": [
|
|
|
|
"pcre2"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"sectransp": {
|
2023-05-09 09:11:51 +08:00
|
|
|
"description": "SSL support (sectransp)",
|
2023-05-11 02:12:07 +08:00
|
|
|
"supports": "osx"
|
2021-09-08 22:55:21 +08:00
|
|
|
},
|
|
|
|
"ssh": {
|
|
|
|
"description": "SSH support via libssh2",
|
|
|
|
"dependencies": [
|
|
|
|
"libssh2"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ssl": {
|
|
|
|
"description": "Default SSL backend",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "libgit2",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"sectransp"
|
|
|
|
],
|
|
|
|
"platform": "osx"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "libgit2",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"winhttp"
|
|
|
|
],
|
|
|
|
"platform": "windows"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "libgit2",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"openssl"
|
|
|
|
],
|
|
|
|
"platform": "!windows & !osx"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2023-07-12 02:18:41 +08:00
|
|
|
"tools": {
|
|
|
|
"description": "Build CLI tools"
|
|
|
|
},
|
2021-09-08 22:55:21 +08:00
|
|
|
"winhttp": {
|
2023-05-09 09:11:51 +08:00
|
|
|
"description": "SSL support (WinHTTP)",
|
|
|
|
"supports": "windows & !uwp"
|
2021-09-08 22:55:21 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|