opam-version: "2.0" maintainer: "Thomas Leonard " authors: "Thomas Leonard " 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.3" & < "0.5"} "mirage-flow-unix" "cmdliner" "cstruct-lwt" "astring" "base64" {< "3.0.0"} "fmt" {>= "0.8.4"} "logs" "jbuilder" {>= "1.0+beta10"} "alcotest-lwt" {with-test & >= "0.8.0" & < "1.0.0"} ] 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/releases/download/0.3.1/capnp-rpc-0.3.1.tbz" checksum: [ "sha256=8151fab24b3d45f72b0371daa06ed60b2b2367a5ea659c8ba60a92ca52a3402f" "md5=81b6f20193c16a3910c616045d94e1a0" ] }