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:
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}