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" 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""" 27x-commit-hash: "2311f45c9deefebafed3826ce55eba025736f0e4" 28url { 29 src: 30 "https://github.com/mirage/ocaml-rpc/releases/download/v8.0.0/rpclib-v8.0.0.tbz" 31 checksum: [ 32 "sha256=3fcfb3c7d8dbc670f48c67cf50ab9a5fcbd2e2f7d11953b42dc1a746668f0bcf" 33 "sha512=9521bd4ad5b237facccd2323307b1c8cacbe5918dbbed08c9fba57bb093f176f0399525b3c4e12f68bd9e60292f0b18407f5d0aa5444d369a278623c55ae51ed" 34 ] 35}