dialohq / ocaml-grpc

gRPC library for OCaml
https://dialohq.github.io/ocaml-grpc
BSD 3-Clause "New" or "Revised" License
58 stars 9 forks source link

Add typed rpc helpers for ocaml-protoc-plugin and ocaml-protoc #54

Open mbarbin opened 5 months ago

mbarbin commented 5 months ago

Introduce utility libraries to build typed rpc specifications with ocaml-protoc-plugin and ocaml-protoc.

This was extracted from #48 as standalone change to ease the review and merge process, as well as allow independent progress on eio, lwt and async components.

mbarbin commented 2 months ago

:information_source: This PR is intended to be closed, as its changes are likely to be subsumed by PR #56 and any subsequent related PRs.