this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Cap'n Proto is a capability-based RPC system with bindings for many languages" 4description: 5 "This package contains some helpers for use with traditional (non-Unikernel) operating systems." 6maintainer: "Thomas Leonard <talex5@gmail.com>" 7authors: "Thomas Leonard <talex5@gmail.com>" 8license: "Apache-2.0" 9homepage: "https://github.com/mirage/capnp-rpc" 10doc: "https://mirage.github.io/capnp-rpc/" 11bug-reports: "https://github.com/mirage/capnp-rpc/issues" 12depends: [ 13 "ocaml" {>= "4.08.0"} 14 "capnp-rpc-net" {= version} 15 "mirage-flow" {< "4.0.0"} 16 "cmdliner" {>= "1.1.0"} 17 "cstruct-lwt" 18 "astring" 19 "fmt" {>= "0.8.7"} 20 "logs" 21 "extunix" 22 "base64" {>= "3.0.0"} 23 "dune" {>= "3.0"} 24 "alcotest" {>= "1.6.0" & with-test} 25 "alcotest-lwt" { >= "1.6.0" & with-test} 26 "mirage-crypto-rng-lwt" {>= "0.11.0" & < "1.0.0"} 27 "mdx" {with-test & >= "2.2.1" & < "2.4"} 28 "lwt" {>= "5.6.1"} 29 "asetmap" {with-test} 30] 31conflicts: [ 32 "jbuilder" 33] 34build: [ 35 ["dune" "build" "-p" name "-j" jobs] 36 ["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "macos"} 37] 38dev-repo: "git+https://github.com/mirage/capnp-rpc.git" 39url { 40 src: 41 "https://github.com/mirage/capnp-rpc/releases/download/v1.2.3/capnp-rpc-1.2.3.tbz" 42 checksum: [ 43 "sha256=828002d67b9591d1645266c504e3fabc66b750229244a68b0a846c3c93f73715" 44 "sha512=c29f13ada74f3f8c80aa591f0fad60801ea72aea6aaa5299b2edee08e080061c5ac054392678ed8910962b1348f1e61790ce30febfc391ddb8c5ac01d56f3160" 45 ] 46} 47x-commit-hash: "86427f68fa9a851fad6317cfda5e8b596add7fe9"