this repo has no description
1opam-version: "2.0" 2maintainer: "Thomas Leonard <thomas.leonard@docker.com>" 3authors: "Thomas Leonard <thomas.leonard@docker.com>" 4license: "Apache-1.0+" 5homepage: "https://github.com/mirage/capnp-rpc" 6bug-reports: "https://github.com/mirage/capnp-rpc/issues" 7dev-repo: "git+https://github.com/mirage/capnp-rpc.git" 8build: [ 9 ["jbuilder" "build" "-p" name "-j" jobs] 10 ["jbuilder" "runtest" "-p" name] {with-test} 11] 12depends: [ 13 "ocaml" {>= "4.03.0" & < "4.14"} 14 "uint" {< "2.0.0"} 15 "astring" 16 "fmt" 17 "logs" 18 "asetmap" 19 "jbuilder" {>= "1.0+beta10"} 20 "alcotest" {with-test} 21 "afl-persistent" {with-test} 22] 23synopsis: 24 "Cap'n Proto is a capability-based RPC system with bindings for many languages." 25description: """ 26This package contains the core protocol. 27Users will normally want to use `capnp-rpc-lwt` and, in most cases, 28`capnp-rpc-unix` rather than using this one directly.""" 29url { 30 src: "https://github.com/mirage/capnp-rpc/archive/v0.2.tar.gz" 31 checksum: [ 32 "sha256=d45dec1ded30204e853d104b548046e34f0594810bc084864efefe13fdf2143e" 33 "md5=80aa897e6e057017852ad3af00b93d51" 34 ] 35}