WIP OCap-friendly merkle-dag data store with hash splitting. Inspired by Perkeep, but with more flexible and lighter weight access control built on object capabilities.
I plan on using this as part of a backup solution for sandstorm, but it is conceptually a stand-alone project.
GO_CAPNP_SRC=/path/to/go-capnproto2/checkout go generate ./...
go build ./...