package rpc

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.5.3.tar.gz
md5=13cb9a20fe1903d4892efc555f5db57f

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: 10 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"