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" 9depends: [ 10 "ocaml" 11 "dune" 12 "rpclib" {=version} 13 "js_of_ocaml" {>= "3.5.0"} 14 "js_of_ocaml-ppx" {>= "3.5.0"} 15 "lwt" 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""" 28x-commit-hash: "3c282c6ca62fe64d5f8c875ec1b3a35b931dd481" 29url { 30 src: 31 "https://github.com/mirage/ocaml-rpc/releases/download/v8.1.0/rpclib-v8.1.0.tbz" 32 checksum: [ 33 "sha256=aaa93cc249d95a119f834d7d2cdc47ea820af242065bb7f7841222ccd1936a39" 34 "sha512=0aa4a87535dde610b48c553e6de90f0d31233adf6a53424c34b5282b1ba1e1e223fd37f3e8d23efc4f165dfd2a4ed609c2692672ae04f9cadb35b04411e53e85" 35 ] 36}