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.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: [ "sha256=adcdebebb94e4d74c47310fbcd3d319417247ec8d26d5c34dd469f42230228b5" "md5=653698944b586d1138c67249b55e1017" ] }