package rpc

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

Install

Dune Dependency

Authors

Maintainers

Sources

rpclib-v7.1.0.tbz
sha256=9815140aea25080851810a2741053b226ac4d61aa980f420df69b23198c849b4
sha512=df47312b1ed94494ada867b131445d8e68fe36aa391cbe8a1dbee87fa05b274d2acfcd5df6c4fafac2539c99abfd3ac61d37451d4aaf6494ccb2e3a0860f4735

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 >= "2.0.0"
  5. ocaml >= "4.04.1"

Dev Dependencies (2)

  1. odoc with-doc
  2. alcotest with-test

Conflicts

None