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.2.tbz
sha256=b1f0e975f8522a91cccef03569b8f372eca4e666e9f3c20d2a9d82d0e096b235
sha512=ef75ec6032805b08bd49716d5e9a4ca888c1a581b50e4ad5cc1d003cd182a47cfc87c945e7564251c8e041fc3ffa1b11e0579597fc9806db88955b3e029ba4a3

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