opam-version: "2.0" synopsis: "A library to deal with RPCs in OCaml - meta-package" maintainer: "thomas@gazagnaire.org" authors: "Thomas Gazagnaire, Jon Ludlam" tags: ["org:mirage" "org:xapi-project" "deprecated"] homepage: "https://github.com/mirage/ocaml-rpc" doc: "https://mirage.github.io/ocaml-rpc/rpc" bug-reports: "https://github.com/mirage/ocaml-rpc/issues" depends: [ "ocaml" {>= "4.04.1"} "dune" {>= "2.0.0"} "rpclib" {=version} "rpclib-lwt" {=version} "ppx_deriving_rpc" {=version} "alcotest" {with-test} # "md2mld" {(with-doc | with-test) & >= "0.3.0"} "odoc" {with-doc} ] build: [ ["dune" "build" "@doc"] {with-doc} ] dev-repo: "git+https://github.com/mirage/ocaml-rpc" 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. """ post-messages: ["DEPRECATED. This package is a virtual package and is outdated, you should consider using directly rpclib, rpclib-lwt, rpclib-async and ppx_deriving_rpc instead"] url { src: "https://github.com/mirage/ocaml-rpc/releases/download/v7.1.0/rpclib-v7.1.0.tbz" checksum: [ "sha256=9815140aea25080851810a2741053b226ac4d61aa980f420df69b23198c849b4" "sha512=df47312b1ed94494ada867b131445d8e68fe36aa391cbe8a1dbee87fa05b274d2acfcd5df6c4fafac2539c99abfd3ac61d37451d4aaf6494ccb2e3a0860f4735" ] }