this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Cap'n Proto is a capability-based RPC system with bindings for many languages"
4description: """
5This deprecated package provides Lwt shims around capnp-rpc, to ease the transition."""
6maintainer: "Thomas Leonard <talex5@gmail.com>"
7authors: "Thomas Leonard <talex5@gmail.com>"
8license: "Apache-2.0"
9homepage: "https://github.com/mirage/capnp-rpc"
10bug-reports: "https://github.com/mirage/capnp-rpc/issues"
11doc: "https://mirage.github.io/capnp-rpc/"
12depends: [
13 "ocaml" {>= "5.2"}
14 "capnp-rpc" {>= version}
15 "lwt_eio" {>= "0.5.1"}
16 "dune" {>= "3.16"}
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/capnp-rpc.git"
23url {
24 src:
25 "https://github.com/mirage/capnp-rpc/releases/download/v2.0/capnp-rpc-2.0.tbz"
26 checksum: [
27 "sha256=2afc32a9c5643bc85796b2c511b400d60d1b6d8dd331e5dbf50931e4a436473e"
28 "sha512=691d17cf8743a119d21aa0c47f66e7feef68f5f801e51d5f8f00cccff70463989e53c2ec91e813fe1fbf53bbadcb5708c06ad6d327b6ae26db53a97ac360d1ba"
29 ]
30}
31x-commit-hash: "252fd9b064367270a48d6bc73cbcd8f188f353d9"
32x-maintenance-intent: ["(latest)"]