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