package datakit

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

The signature of an Irmin VFS servers.

type repo

The type for repositories.

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.