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" {>= "2.0.0"} 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 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "build" "@doc"] {with-doc} 21] 22dev-repo: "git+https://github.com/mirage/ocaml-rpc" 23description: """ 24`ocaml-rpc` is a library that provides remote procedure calls (RPC) 25using XML or JSON as transport encodings, and multiple generators 26for documentations, clients, servers, javascript bindings, python 27bindings, ... 28 29The transport mechanism itself is outside the scope of this library 30as all conversions are from and to strings. 31 32This is a dummy package installing the main library components. 33""" 34post-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"] 35x-commit-hash: "8bc02c451d79ead719875d0c69d7e22dd2dbf9a6" 36url { 37 src: 38 "https://github.com/mirage/ocaml-rpc/releases/download/v7.2.0/rpclib-v7.2.0.tbz" 39 checksum: [ 40 "sha256=e9858041fc03149f7be060a9cd09b92f68aae7527efb0b15ae8da1650e02273a" 41 "sha512=903163d208ed7cfc53b6f90e51abd8d9504f488a0b8b2171244306590c9f25f7f2afee967ba077f1d340c20a97df4e33a454b83fd6413d2478412f9b03fb7434" 42 ] 43}