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" {>= "3.3.0"}
  "capnp-rpc-lwt" {>= "0.3" & < "0.5"}
  "astring"
  "fmt"
  "logs"
  "ipaddr" {<"3.0.0"}
  "base64" {<"3.0.0"}
  "mirage-dns" {< "4.0.0"}
  "mirage-stack-lwt"
  "alcotest-lwt" {with-test & < "1.0.0"}
  "io-page-unix" {with-test}
  "tcpip" {with-test & <"3.5.0"}
  "mirage-vnetif" {with-test}
  "jbuilder" {>= "1.0+beta10"}
]
synopsis:
  "Cap'n Proto is a capability-based RPC system with bindings for many languages"
description:
  "This package provides a version of the Cap'n Proto RPC system for use with MirageOS."
url {
  src:
    "https://github.com/mirage/capnp-rpc/releases/download/0.3.1/capnp-rpc-0.3.1.tbz"
  checksum: "md5=81b6f20193c16a3910c616045d94e1a0"
}
