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 provides a version of the Cap'n Proto RPC system for use with MirageOS." 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" {>= "3.1.0"} 15 "capnp-rpc-net" {= version} 16 "fmt" {>= "0.8.7"} 17 "logs" 18 "dns-client-mirage" {>= "7.0.0" & < "8.0.0"} 19 "tls-mirage" {< "1.0.0"} 20 "tcpip" {>= "7.0.0"} 21 "alcotest" {>= "1.0.1" & with-test} 22 "alcotest-lwt" {>= "1.0.1" & with-test} 23 "arp" {>= "3.0.0" & < "4.0.0" & with-test} 24 "asetmap" {with-test} 25 "astring" {with-test} 26 "ethernet" {>= "3.0.0" & with-test} 27 "io-page-unix" {with-test} 28 "mirage-vnetif" {with-test} 29 "mirage-crypto-rng-lwt" {with-test & >= "0.11.0" & < "1.0.0"} 30 "dune" {>= "3.0"} 31] 32build: [ 33 ["dune" "build" "-p" name "-j" jobs] 34 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 35] 36dev-repo: "git+https://github.com/mirage/capnp-rpc.git" 37url { 38 src: 39 "https://github.com/mirage/capnp-rpc/releases/download/v1.2.3/capnp-rpc-1.2.3.tbz" 40 checksum: [ 41 "sha256=828002d67b9591d1645266c504e3fabc66b750229244a68b0a846c3c93f73715" 42 "sha512=c29f13ada74f3f8c80aa591f0fad60801ea72aea6aaa5299b2edee08e080061c5ac054392678ed8910962b1348f1e61790ce30febfc391ddb8c5ac01d56f3160" 43 ] 44} 45x-commit-hash: "86427f68fa9a851fad6317cfda5e8b596add7fe9" 46x-maintenance-intent: ["(none)"]