Skip to content

Commit e17fad5

Browse files
committed
1 parent e199b6e commit e17fad5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

capnp-rpc-demo.opam

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,12 @@ depends: [
88
build: [
99
["dune" "build" "-p" name "-j" jobs]
1010
["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"]
1119
]

0 commit comments

Comments
 (0)