mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:25:04 +08:00
69d5556d0d
* [ffnvcodec/libproxy] Update to latest release version * Small changes * [ffnvcodec] Use version instead of version-string. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
41 lines
892 B
JSON
41 lines
892 B
JSON
{
|
|
"name": "libproxy",
|
|
"version": "0.4.17",
|
|
"description": "libproxy is a library that provides automatic proxy configuration management.",
|
|
"homepage": "https://github.com/libproxy/libproxy",
|
|
"dependencies": [
|
|
"libmodman",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"bindings-csharp": {
|
|
"description": "Install C# bindings"
|
|
},
|
|
"bindings-perl": {
|
|
"description": "Install PERL bindings"
|
|
},
|
|
"bindings-python": {
|
|
"description": "Install Python bindings"
|
|
},
|
|
"bindings-ruby": {
|
|
"description": "Install Ruby bindings"
|
|
},
|
|
"bindings-vala": {
|
|
"description": "Install Vala bindings"
|
|
},
|
|
"tests": {
|
|
"description": "Build libproxy tests"
|
|
},
|
|
"tools": {
|
|
"description": "build tools"
|
|
}
|
|
}
|
|
}
|