package rpc

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.5.4.tar.gz
md5=30b4db1c36a505bd18ad44d6ba86c339

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: 11 Jun 2015

Dependencies (6)

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

Dev Dependencies

None

Conflicts (1)

  1. js_of_ocaml >= "3.0"