this repo has no description
1opam-version: "2.0" 2maintainer: "thomas@gazagnaire.org" 3authors: "Thomas Gazagnaire, Jon Ludlam" 4homepage: "https://github.com/mirage/ocaml-rpc" 5bug-reports: "https://github.com/mirage/ocaml-rpc/issues" 6dev-repo: "git+ssh://git@github.com/mirage/ocaml-rpc.git" 7doc: "https://mirage.github.io/ocaml-rpc/rpclib/rpclib-async" 8tags: [ 9 "org:mirage" 10 "org:xapi-project" 11] 12build: [ 13 ["jbuilder" "build" "-p" name "-j" jobs] 14 ["jbuilder" "runtest" "-p" name] {with-test} 15] 16depends: [ 17 "ocaml" {>= "4.04.0" & < "4.10.0"} 18 "jbuilder" {>= "1.0+beta7"} 19 "alcotest" {with-test} 20 "rpclib" {= version} 21 "async" {< "v0.13"} 22] 23conflicts: [ "core" {< "v0.9.0"} ] 24synopsis: "Driver for rpclib using async" 25url { 26 src: "https://github.com/mirage/ocaml-rpc/archive/v6.0.0.tar.gz" 27 checksum: [ 28 "sha256=ec4ba5bfbdbc11f0d3292f8e08af28354da1a6812243263136e7c7357d6b1935" 29 "md5=9d10fc413a559e1d8aa380a8b145736f" 30 ] 31}