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 "capnp" {with-test & >= "3.3.0"}
23]
24synopsis:
25 "Cap'n Proto is a capability-based RPC system with bindings for many languages."
26description: """
27This package contains the core protocol.
28Users will normally want to use `capnp-rpc-lwt` and, in most cases,
29`capnp-rpc-unix` rather than using this one directly."""
30url {
31 src: "https://github.com/mirage/capnp-rpc/archive/v0.1.tar.gz"
32 checksum: [
33 "sha256=adcdebebb94e4d74c47310fbcd3d319417247ec8d26d5c34dd469f42230228b5"
34 "md5=653698944b586d1138c67249b55e1017"
35 ]
36}