Module Brassaia_eio.Backend

module type Node_portable = Node.Portable.S
module type Commit_portable = Commit.Portable.S
module type S = sig ... end

S is what a backend must define in order to be made an brassaia store.