package rpc

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

Install

Authors

Maintainers

Sources

v7.0.0.tar.gz
sha256=9d0aaccb84bc09586fe4a56a724378620b659bfc2e2a31fe0793c33d7a48e14a
sha512=e17b69c2e86179885e48a8b4314f8ed7209ae42f4981a13b75f9b6a176a338fa565b0e3868288e3016145109d7752ccb9a5b16df1851de8c8456fc722d1303bc

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

  1. md2mld >= "0.3.0"
  2. lwt
  3. async >= "v0.9.0"
  4. ppx_deriving_rpc = version
  5. rpclib-lwt = version
  6. rpclib-async = version
  7. rpclib = version
  8. dune >= "1.5.0"
  9. ocaml >= "4.04.0"

Dev Dependencies (3)

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

Conflicts (1)

  1. core < "v0.9.0"