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"
10depends: [
11 "ocaml"
12 "dune" {>= "2.0.0"}
13 "rpclib" {=version}
14 "cow"
15]
16build: ["dune" "build" "-p" name "-j" jobs]
17dev-repo: "git+https://github.com/mirage/ocaml-rpc"
18description: """
19`ocaml-rpc` is a library that provides remote procedure calls (RPC)
20using XML or JSON as transport encodings, and multiple generators
21for documentations, clients, servers, javascript bindings, python
22bindings, ...
23
24The transport mechanism itself is outside the scope of this library
25as all conversions are from and to strings.
26"""
27url {
28 src:
29 "https://github.com/mirage/ocaml-rpc/releases/download/v7.1.0/rpclib-v7.1.0.tbz"
30 checksum: [
31 "sha256=9815140aea25080851810a2741053b226ac4d61aa980f420df69b23198c849b4"
32 "sha512=df47312b1ed94494ada867b131445d8e68fe36aa391cbe8a1dbee87fa05b274d2acfcd5df6c4fafac2539c99abfd3ac61d37451d4aaf6494ccb2e3a0860f4735"
33 ]
34}