package rpc

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.4.1.tar.gz
md5=867ff95904bb2187264d43e7f2454ad8

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