rpclib
A library to deal with RPCs in OCaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
type rpcfn = Rpc.call -> Rpc.response
This module generates exception-raising Client modules from RPC declarations. See the GenClient
module for a description of the common entries.
val server : server_implementation -> rpcfn
val combine : server_implementation list -> server_implementation