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 "capnp-rpc-lwt" {< "0.2"}
15 "mirage-flow-unix"
16 "cmdliner"
17 "cstruct-lwt"
18 "astring"
19 "fmt"
20 "logs"
21 "jbuilder" {>= "1.0+beta10"}
22]
23synopsis:
24 "Cap'n Proto is a capability-based RPC system with bindings for many languages."
25description:
26 "This package contains some helpers for use with traditional (non-Unikernel) operating systems."
27url {
28 src: "https://github.com/mirage/capnp-rpc/archive/v0.1.tar.gz"
29 checksum: [
30 "sha256=adcdebebb94e4d74c47310fbcd3d319417247ec8d26d5c34dd469f42230228b5"
31 "md5=653698944b586d1138c67249b55e1017"
32 ]
33}