this repo has no description
1opam-version: "2.0" 2synopsis: "A library to deal with RPCs in OCaml - meta-package" 3maintainer: "thomas@gazagnaire.org" 4authors: "Thomas Gazagnaire, Jon Ludlam" 5tags: ["org:mirage" "org:xapi-project" "deprecated"] 6homepage: "https://github.com/mirage/ocaml-rpc" 7doc: "https://mirage.github.io/ocaml-rpc/rpc" 8bug-reports: "https://github.com/mirage/ocaml-rpc/issues" 9depends: [ 10 "ocaml" {>= "4.04.1"} 11 "dune" 12 "rpclib" {=version} 13 "rpclib-lwt" {=version} 14 "ppx_deriving_rpc" {=version} 15 "alcotest" {with-test} 16 # "md2mld" {(with-doc | with-test) & >= "0.3.0"} 17 "conf-which" {with-test} 18 "odoc" {with-doc} 19] 20build: [ 21 ["dune" "runtest" "-p" name] {with-test} 22 ["dune" "build" "@doc"] {with-doc} 23] 24dev-repo: "git+https://github.com/mirage/ocaml-rpc" 25description: """ 26`ocaml-rpc` is a library that provides remote procedure calls (RPC) 27using XML or JSON as transport encodings, and multiple generators 28for documentations, clients, servers, javascript bindings, python 29bindings, ... 30 31The transport mechanism itself is outside the scope of this library 32as all conversions are from and to strings. 33 34This is a dummy package installing the main library components. 35""" 36post-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"] 37x-commit-hash: "3c282c6ca62fe64d5f8c875ec1b3a35b931dd481" 38url { 39 src: 40 "https://github.com/mirage/ocaml-rpc/releases/download/v8.1.0/rpclib-v8.1.0.tbz" 41 checksum: [ 42 "sha256=aaa93cc249d95a119f834d7d2cdc47ea820af242065bb7f7841222ccd1936a39" 43 "sha512=0aa4a87535dde610b48c553e6de90f0d31233adf6a53424c34b5282b1ba1e1e223fd37f3e8d23efc4f165dfd2a4ed609c2692672ae04f9cadb35b04411e53e85" 44 ] 45}