diff options
Diffstat (limited to 'vcpkg/ports/grpc/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/grpc/vcpkg.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/vcpkg/ports/grpc/vcpkg.json b/vcpkg/ports/grpc/vcpkg.json new file mode 100644 index 0000000..49b5da5 --- /dev/null +++ b/vcpkg/ports/grpc/vcpkg.json @@ -0,0 +1,51 @@ +{ + "name": "grpc", + "version-semver": "1.71.0", + "port-version": 3, + "description": "gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.", + "homepage": "https://github.com/grpc/grpc", + "license": "Apache-2.0", + "dependencies": [ + "abseil", + { + "name": "c-ares", + "platform": "!uwp" + }, + { + "name": "grpc", + "host": true, + "features": [ + "codegen" + ] + }, + "openssl", + "protobuf", + { + "name": "protobuf", + "host": true + }, + "re2", + "utf8-range", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ], + "features": { + "codegen": { + "description": "Build code generator machinery", + "supports": "!uwp" + }, + "systemd": { + "description": "Build with libsystemd support", + "dependencies": [ + "libsystemd" + ] + } + } +} |