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" & < "4.14"} "uint" {< "2.0.0"} "astring" "fmt" "logs" "asetmap" "jbuilder" {>= "1.0+beta10"} "alcotest" {with-test} "afl-persistent" {with-test} ] synopsis: "Cap'n Proto is a capability-based RPC system with bindings for many languages." description: """ This package contains the core protocol. Users will normally want to use `capnp-rpc-lwt` and, in most cases, `capnp-rpc-unix` rather than using this one directly.""" url { src: "https://github.com/mirage/capnp-rpc/archive/v0.2.tar.gz" checksum: [ "sha256=d45dec1ded30204e853d104b548046e34f0594810bc084864efefe13fdf2143e" "md5=80aa897e6e057017852ad3af00b93d51" ] }