Module Brassaia.Backend

Backend defines functions only useful for creating new backends. If you are just using the library (and not developing a new backend), you should not use this module.

module Conf : module type of Conf

Backend configuration.

module Watch = Watch
module Lock = Lock
module Lru = Lru
module Slice = Slice
module Remote = Remote
module type S = Backend.S

The modules that define a complete Brassaia backend. Apply an implementation to Of_backend to create an Brassaia store.