package rpc

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

Install

Dune Dependency

Authors

Maintainers

Sources

rpclib-8.1.1.tbz
sha256=7490acef5f0914220cf00f4d7977b29b16c6840a378f515864b5f31b93d0f399
sha512=7424ac12f5a96207875e0a0eba4f13772c93540e87491232105c7852193a47432b5442f748264bb5cb90dab8b1711b1368e870b3eca083ffff9cf73a27df5ed9

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

  1. odoc with-doc
  2. conf-which with-test
  3. md2mld with-doc & >= "0.4.0"
  4. alcotest with-test

Conflicts

None