package rpc

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

Install

Dune Dependency

Authors

Maintainers

Sources

rpclib-v8.0.0.tbz
sha256=3fcfb3c7d8dbc670f48c67cf50ab9a5fcbd2e2f7d11953b42dc1a746668f0bcf
sha512=9521bd4ad5b237facccd2323307b1c8cacbe5918dbbed08c9fba57bb093f176f0399525b3c4e12f68bd9e60292f0b18407f5d0aa5444d369a278623c55ae51ed

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.08"

Dev Dependencies (3)

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

Conflicts

None