Embeddable hybrid graph-vector database in OCaml
1

Configure Feed

Select the types of activity you want to include in your feed.

fork digestif

Oliver Fogelin (May 2, 2026, 8:54 PM +0100) 80c687b8 5d786441

+1 -1
+1 -1
.github/workflows/ci.yml
··· 36 36 opam pin add capnp-rpc.2.1.1 git+https://github.com/mirage/capnp-rpc.git#00423406c03cafcbf31174cb8bacb03f3ee03f5e -n 37 37 opam pin add capnp-rpc-net.2.1.1 git+https://github.com/mirage/capnp-rpc.git#00423406c03cafcbf31174cb8bacb03f3ee03f5e -n 38 38 opam pin add capnp-rpc-unix.2.1.1 git+https://github.com/mirage/capnp-rpc.git#00423406c03cafcbf31174cb8bacb03f3ee03f5e -n 39 - opam pin add digestif.1.3.0 git+https://github.com/mirage/digestif.git -n 39 + opam pin add digestif.1.3.0 git+https://github.com/olifog/digestif.git#oxcaml-compat -n 40 40 41 41 - name: Install OCaml dependencies 42 42 run: opam install . --deps-only --with-test -y