package rpc

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

Install

Dune Dependency

Authors

Maintainers

Sources

rpclib-v7.2.0.tbz
sha256=e9858041fc03149f7be060a9cd09b92f68aae7527efb0b15ae8da1650e02273a
sha512=903163d208ed7cfc53b6f90e51abd8d9504f488a0b8b2171244306590c9f25f7f2afee967ba077f1d340c20a97df4e33a454b83fd6413d2478412f9b03fb7434

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