package grpc

  1. Overview
  2. No Docs

Description

This library builds some of the signatures and implementations of gRPC functionality. This is used in the more specialised package grpc-lwt which has more machinery, however this library can also be used to do some bits yourself.

Tags

network rpc serialisation

Published: 25 Oct 2023

Dependencies (5)

  1. ppx_deriving
  2. h2 >= "0.9.0" & < "0.13.0"
  3. uri >= "4.0.0"
  4. ocaml >= "4.08"
  5. dune >= "3.7"

Dev Dependencies (1)

  1. odoc with-doc

Used by (4)

  1. grpc-async >= "0.2.0"
  2. grpc-bench
  3. grpc-eio
  4. grpc-lwt >= "0.2.0"

Conflicts

None