package irmin-fs

  1. Overview
  2. Docs

Same as Config but gives more control on the file hierarchy.

val dir : string -> string

dir root is the sub-directory to look for the keys.

val file_of_key : string -> string

Convert a key to a filename.

val key_of_file : string -> string

Convert a filename to a key.