this repo has no description
8
fork

Configure Feed

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

Add missing files

+15
+3
mvp/ocaml/dune
··· 1 + (library 2 + (name bellairs) 3 + (libraries schema))
+12
mvp/ocaml/schema/dune
··· 1 + (copy_files ../../schema/storage.capnp) 2 + 3 + (rule 4 + (targets storage.ml storage.mli) 5 + (deps storage.capnp) 6 + (action 7 + (run capnp compile -o %{bin:capnpc-ocaml} %{deps}))) 8 + 9 + (library 10 + (name schema) 11 + (modules storage) 12 + (libraries capnp))