this repo has no description
1opam-version: "2.0"
2synopsis:
3 "A library to deal with RPCs in OCaml - html documentation generator"
4maintainer: "thomas@gazagnaire.org"
5authors: "Thomas Gazagnaire, Jon Ludlam"
6tags: ["org:mirage" "org:xapi-project"]
7homepage: "https://github.com/mirage/ocaml-rpc"
8doc: "https://mirage.github.io/ocaml-rpc/rpclib-html"
9bug-reports: "https://github.com/mirage/ocaml-rpc/issues"
10license: "ISC"
11depends: [
12 "ocaml"
13 "dune" {>= "2.0.0"}
14 "rpclib" {=version}
15 "cow" {>= "2.0.0"}
16]
17build: ["dune" "build" "-p" name "-j" jobs]
18dev-repo: "git+https://github.com/mirage/ocaml-rpc"
19description: """
20`ocaml-rpc` is a library that provides remote procedure calls (RPC)
21using XML or JSON as transport encodings, and multiple generators
22for documentations, clients, servers, javascript bindings, python
23bindings, ...
24
25The transport mechanism itself is outside the scope of this library
26as all conversions are from and to strings.
27"""
28url {
29 src:
30 "https://github.com/mirage/ocaml-rpc/releases/download/v8.1.1/rpclib-8.1.1.tbz"
31 checksum: [
32 "sha256=7490acef5f0914220cf00f4d7977b29b16c6840a378f515864b5f31b93d0f399"
33 "sha512=7424ac12f5a96207875e0a0eba4f13772c93540e87491232105c7852193a47432b5442f748264bb5cb90dab8b1711b1368e870b3eca083ffff9cf73a27df5ed9"
34 ]
35}
36x-commit-hash: "0f3edef992f241170a12cf9e2e9e118122e6336a"