package rpc

  1. Overview
  2. Docs
A library to deal with RPCs in OCaml - meta-package

Install

Dune Dependency

Authors

Maintainers

Sources

rpclib-v8.1.0.tbz
sha256=aaa93cc249d95a119f834d7d2cdc47ea820af242065bb7f7841222ccd1936a39
sha512=0aa4a87535dde610b48c553e6de90f0d31233adf6a53424c34b5282b1ba1e1e223fd37f3e8d23efc4f165dfd2a4ed609c2692672ae04f9cadb35b04411e53e85

Description

ocaml-rpc is a library that provides remote procedure calls (RPC) using XML or JSON as transport encodings, and multiple generators for documentations, clients, servers, javascript bindings, python bindings, ...

The transport mechanism itself is outside the scope of this library as all conversions are from and to strings.

This is a dummy package installing the main library components.

Dependencies (5)

  1. ppx_deriving_rpc = version
  2. rpclib-lwt = version
  3. rpclib = version
  4. dune
  5. ocaml >= "4.04.1"

Dev Dependencies (3)

  1. odoc with-doc
  2. conf-which with-test
  3. alcotest with-test

Conflicts

None