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: ["jbuilder" "build" "-p" name "-j" jobs]
9
10depends: [
11 "ocaml" {>= "4.03.0"}
12 "conf-capnproto" {build}
13 "capnp" {>= "3.0.0" & < "3.4.0"}
14 "capnp-rpc" {< "0.2"}
15 "lwt"
16 "astring"
17 "fmt"
18 "logs"
19 "asetmap"
20 "mirage-flow-lwt"
21 "jbuilder" {>= "1.0+beta10"}
22 "alcotest" {with-test}
23]
24synopsis:
25 "Cap'n Proto is a capability-based RPC system with bindings for many languages."
26description: """
27This package provides a version of the Cap'n Proto RPC system using the Cap'n
28Proto serialisation format and Lwt for concurrency."""
29url {
30 src: "https://github.com/mirage/capnp-rpc/archive/v0.1.tar.gz"
31 checksum: [
32 "sha256=adcdebebb94e4d74c47310fbcd3d319417247ec8d26d5c34dd469f42230228b5"
33 "md5=653698944b586d1138c67249b55e1017"
34 ]
35}