package rpc

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.5.0.tar.gz
md5=32b9b4642784eff23eaffa217a209485

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 (6)

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

Dev Dependencies

None

Conflicts

None