package rpc

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

Install

Dune Dependency

Authors

Maintainers

Sources

v6.0.0.tar.gz
sha256=ec4ba5bfbdbc11f0d3292f8e08af28354da1a6812243263136e7c7357d6b1935
sha512=e5897ccfca8ebfa93cb47e54ae1eb80c9b4e4293f694a0c152232dfad180ce763ab863c6d31c2bb0507e9c62baeb5a9534dd363a41d9a2a60231b079927d0e7f

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.

Tags

org:mirage org:xapi-project

Published: 03 Mar 2020

Dependencies (8)

  1. lwt
  2. async >= "v0.9.0" & <= "v0.11.0"
  3. ppx_deriving_rpc = version
  4. rpclib-lwt = version
  5. rpclib-async = version
  6. rpclib = version
  7. jbuilder >= "1.0+beta7"
  8. ocaml >= "4.04.0"

Dev Dependencies (2)

  1. alcotest-lwt with-test & < "1.0.0"
  2. alcotest with-test & < "1.0.0"

Conflicts (1)

  1. core < "v0.9.0"