rpc
A library to deal with RPCs in OCaml
Description
This library provides a PPX and a deprecated camlp4 syntax extension to generate functions
to convert values of a given type to and from their RPC representations. In
order to do so, it is sufficient to add [@@deriving rpc]
(or with rpc
in
case of camlp4) to the corresponding type definition.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 03 Jan 2018
- Authors
- Maintainers
Sources
Dependencies
Reverse Dependencies