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"]
35url {
36 src:
37 "https://github.com/mirage/ocaml-rpc/releases/download/v7.1.0/rpclib-v7.1.0.tbz"
38 checksum: [
39 "sha256=9815140aea25080851810a2741053b226ac4d61aa980f420df69b23198c849b4"
40 "sha512=df47312b1ed94494ada867b131445d8e68fe36aa391cbe8a1dbee87fa05b274d2acfcd5df6c4fafac2539c99abfd3ac61d37451d4aaf6494ccb2e3a0860f4735"
41 ]
42}