We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e199b6e commit e17fad5Copy full SHA for e17fad5
capnp-rpc-demo.opam
@@ -8,4 +8,12 @@ depends: [
8
build: [
9
["dune" "build" "-p" name "-j" jobs]
10
["dune" "runtest" "-p" name "-j" jobs] {with-test}
11
+]
12
+dev-repo: "git+https://github.com/RyanGibb/aeon.git"
13
+pin-depends: [
14
+ # https://github.com/mirage/capnp-rpc/pull/256
15
+ ["capnp-rpc.dev" "git+https://github.com/talex5/capnp-rpc.git#c06e767b8a4ec5a87a07e62958cdb55d0d59c59d"]
16
+ ["capnp-rpc-lwt.dev" "git+https://github.com/talex5/capnp-rpc.git#c06e767b8a4ec5a87a07e62958cdb55d0d59c59d"]
17
+ ["capnp-rpc-net.dev" "git+https://github.com/talex5/capnp-rpc.git#c06e767b8a4ec5a87a07e62958cdb55d0d59c59d"]
18
+ ["capnp-rpc-unix.dev" "git+https://github.com/talex5/capnp-rpc.git#c06e767b8a4ec5a87a07e62958cdb55d0d59c59d"]
19
]
0 commit comments