package ppx_deriving_rpc

  1. Overview
  2. No Docs
Ppx deriver for ocaml-rpc, a library to deal with RPCs in OCaml

Install

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.

Tags

org:mirage org:xapi-project

Published: 03 Oct 2020

Dependencies (6)

  1. base >= "v0.11.0"
  2. ppxlib >= "0.9.0" & < "0.18.0"
  3. rresult
  4. rpclib = version
  5. dune >= "2.0.0"
  6. ocaml >= "4.04.1"

Dev Dependencies (2)

  1. alcotest with-test
  2. lwt with-test & >= "3.0.0"

Used by (6)

  1. crc >= "2.1.0"
  2. rpc = "7.2.0"
  3. rpclib-async = "7.2.0"
  4. rpclib-lwt = "7.2.0"
  5. xapi-backtrace >= "0.7"
  6. xapi-rrd >= "1.8.2"

Conflicts

None