opam-version: "2.0"
maintainer:   "Thomas Leonard <thomas.leonard@docker.com>"
authors:      "Thomas Leonard <thomas.leonard@docker.com>"
license:      "Apache-1.0+"
homepage:     "https://github.com/mirage/capnp-rpc"
bug-reports:  "https://github.com/mirage/capnp-rpc/issues"
dev-repo: "git+https://github.com/mirage/capnp-rpc.git"
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
  "ocaml" {>= "4.03.0"}
  "capnp-rpc-lwt" {< "0.2"}
  "mirage-flow-unix"
  "cmdliner"
  "cstruct-lwt"
  "astring"
  "fmt"
  "logs"
  "jbuilder" {>= "1.0+beta10"}
]
synopsis:
  "Cap'n Proto is a capability-based RPC system with bindings for many languages."
description:
  "This package contains some helpers for use with traditional (non-Unikernel) operating systems."
url {
  src: "https://github.com/mirage/capnp-rpc/archive/v0.1.tar.gz"
  checksum: "md5=653698944b586d1138c67249b55e1017"
}
