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"} 14 "capnp-rpc-lwt" {>= "0.3" & < "0.5"} 15 "mirage-flow-unix" 16 "cmdliner" 17 "cstruct-lwt" 18 "astring" 19 "base64" {< "3.0.0"} 20 "fmt" {>= "0.8.4"} 21 "logs" 22 "jbuilder" {>= "1.0+beta10"} 23 "alcotest-lwt" {with-test & >= "0.8.0" & < "1.0.0"} 24] 25synopsis: 26 "Cap'n Proto is a capability-based RPC system with bindings for many languages." 27description: 28 "This package contains some helpers for use with traditional (non-Unikernel) operating systems." 29url { 30 src: 31 "https://github.com/mirage/capnp-rpc/releases/download/0.3.1/capnp-rpc-0.3.1.tbz" 32 checksum: [ 33 "sha256=8151fab24b3d45f72b0371daa06ed60b2b2367a5ea659c8ba60a92ca52a3402f" 34 "md5=81b6f20193c16a3910c616045d94e1a0" 35 ] 36}