Brassaia.Export_for_backendsHelper module containing useful top-level types for defining Brassaia backends. This module is relatively unstable.
module Store_properties : sig ... endmodule Logging : sig ... endLogs tags attached to the log entries emitted by Brassaia:
module Reversed_list : sig ... endReversed_list.t is constructed the same way as List.t, but needs to be reversed before it can be used as a regular list.
module Path = Pathtype read = Perms.readtype write = Perms.writetype read_write = Perms.read_writemodule Option : sig ... endmodule List : sig ... endmodule Mtime : sig ... endmodule Seq : sig ... end