Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The signature of an Irmin VFS servers.
val create : info:(string -> Irmin.Info.t) -> repo -> Vfs.Dir.t
create ~info repo
is the root directory of the filesystem for the Irmin repository repo
. info
is used to create timestamped commit messages for changes.