this repo has no description
1opam-version: "2.0"
2maintainer: "Thomas Leonard <thomas.leonard@docker.com>"
3authors: "Thomas Leonard <thomas.leonard@docker.com>"
4license: "Apache-1.0+"
5homepage: "https://github.com/mirage/capnp-rpc"
6bug-reports: "https://github.com/mirage/capnp-rpc/issues"
7dev-repo: "git+https://github.com/mirage/capnp-rpc.git"
8build: [
9 ["jbuilder" "build" "-p" name "-j" jobs]
10 ["jbuilder" "runtest" "-p" name] {with-test}
11]
12depends: [
13 "ocaml" {>= "4.03.0"}
14 "conf-capnproto" {build}
15 "capnp" {>= "3.0.0" & < "3.4"}
16 "uint" {< "2.0.0"}
17 "capnp-rpc" {>= "0.3" & < "0.4"}
18 "lwt"
19 "astring"
20 "fmt"
21 "logs"
22 "asetmap"
23 "mirage-flow-lwt"
24 "tls" {>= "0.8.0" & < "1.0.0"}
25 "mirage-kv-lwt" {< "2.0.0"}
26 "mirage-clock" {< "3.0.0"}
27 "base64" {< "3.0.0"}
28 "uri" {>= "1.6.0"}
29 "ptime"
30 "asn1-combinators" {>= "0.2.0" & < "0.3.0"}
31 "jbuilder" {>= "1.0+beta10"}
32]
33synopsis:
34 "Cap'n Proto is a capability-based RPC system with bindings for many languages."
35description: """
36This package provides a version of the Cap'n Proto RPC system using the Cap'n
37Proto serialisation format and Lwt for concurrency."""
38url {
39 src:
40 "https://github.com/mirage/capnp-rpc/releases/download/0.3.1/capnp-rpc-0.3.1.tbz"
41 checksum: [
42 "sha256=8151fab24b3d45f72b0371daa06ed60b2b2367a5ea659c8ba60a92ca52a3402f"
43 "md5=81b6f20193c16a3910c616045d94e1a0"
44 ]
45}