Skip to content

Releases: mcpplibs/grpc-m

Release list

grpc-m 1.83.0

Choose a tag to compare

@Sunrisepeak Sunrisepeak released this 04 Aug 18:26

gRPC 1.83.0 built from upstream source by mcpp.

  • Vendored upstream src/ + include/ with zero patches; abseil / protobuf(+upb) / re2 / c-ares / OpenSSL / zlib come from mcpp-index, not a second vendored copy.
  • No CMake, no Bazel, no configure step.
  • import grpc; C++23 module over the public API (the import goes after every textual #include — see the README).
  • ares feature on by default, matching upstream; default-features = false turns it off.
  • examples/helloworld stands a real server on loopback and makes a real unary RPC.

linux + macOS. windows waits on compat.openssl gaining a windows entry (mcpp-index#150); this package's windows flags are already in place.