package rpc

  1. Overview
  2. No Docs
A library to deal with RPCs in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

1.3.0.tar.gz
md5=f5659821f645bafa2d18894fe88bd52d

Description

This library uses a 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 with rpc to the corresponding type definition.

Tags

org:mirage org:xapi-project

Published: 21 Nov 2013

Dependencies (5)

  1. js_of_ocaml < "3.0"
  2. xmlm
  3. type_conv >= "108.07.01"
  4. ocamlfind
  5. ocaml <= "4.02.3"

Dev Dependencies

None

Used by (6)

  1. message-switch < "1.4.0"
  2. nbd = "1.0.3"
  3. vhdlib
  4. xapi-rrd < "1.0.0"
  5. xapi-tapctl
  6. xen-api-client < "0.9.14"

Conflicts

None