this repo has no description
1opam-version: "2.0"
2synopsis: "A library to deal with RPCs in OCaml - Bindings for js_of_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/rpclib-js"
8bug-reports: "https://github.com/mirage/ocaml-rpc/issues"
9license: "ISC"
10depends: [
11 "ocaml"
12 "dune" {>= "2.0.0"}
13 "rpclib" {=version}
14 "js_of_ocaml" {>= "3.5.0"}
15 "js_of_ocaml-ppx" {>= "3.5.0"}
16 "lwt"
17]
18build: ["dune" "build" "-p" name "-j" jobs]
19dev-repo: "git+https://github.com/mirage/ocaml-rpc"
20description: """
21`ocaml-rpc` is a library that provides remote procedure calls (RPC)
22using XML or JSON as transport encodings, and multiple generators
23for documentations, clients, servers, javascript bindings, python
24bindings, ...
25
26The transport mechanism itself is outside the scope of this library
27as all conversions are from and to strings.
28"""
29url {
30 src:
31 "https://github.com/mirage/ocaml-rpc/releases/download/8.1.2/rpclib-8.1.2.tbz"
32 checksum: [
33 "sha256=b1f0e975f8522a91cccef03569b8f372eca4e666e9f3c20d2a9d82d0e096b235"
34 "sha512=ef75ec6032805b08bd49716d5e9a4ca888c1a581b50e4ad5cc1d003cd182a47cfc87c945e7564251c8e041fc3ffa1b11e0579597fc9806db88955b3e029ba4a3"
35 ]
36}
37x-commit-hash: "78c858a17a25af0ef245db86bc96202b81a0cd14"