this repo has no description
1opam-version: "2.0"
2synopsis: "Ppx deriver for ocaml-rpc, a library to deal with RPCs in OCaml"
3maintainer: "thomas@gazagnaire.org"
4authors: "Thomas Gazagnaire, Jon Ludlam"
5tags: ["org:mirage" "org:xapi-project"]
6homepage: "https://github.com/mirage/ocaml-rpc"
7doc: "https://mirage.github.io/ocaml-rpc/ppx_deriving_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 "rresult"
14 "ppxlib" {>= "0.9.0" & < "0.18.0"}
15 "base" {>= "v0.11.0"}
16 "lwt" {with-test & >= "3.0.0"}
17 "alcotest" {with-test}
18]
19build: [
20 ["dune" "build" "-p" name "-j" jobs]
21 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
22]
23dev-repo: "git+https://github.com/mirage/ocaml-rpc"
24description: """
25`ocaml-rpc` is a library that provides remote procedure calls (RPC)
26using XML or JSON as transport encodings, and multiple generators
27for documentations, clients, servers, javascript bindings, python
28bindings, ...
29
30The transport mechanism itself is outside the scope of this library
31as all conversions are from and to strings.
32"""
33x-commit-hash: "8bc02c451d79ead719875d0c69d7e22dd2dbf9a6"
34url {
35 src:
36 "https://github.com/mirage/ocaml-rpc/releases/download/v7.2.0/rpclib-v7.2.0.tbz"
37 checksum: [
38 "sha256=e9858041fc03149f7be060a9cd09b92f68aae7527efb0b15ae8da1650e02273a"
39 "sha512=903163d208ed7cfc53b6f90e51abd8d9504f488a0b8b2171244306590c9f25f7f2afee967ba077f1d340c20a97df4e33a454b83fd6413d2478412f9b03fb7434"
40 ]
41}