octez-internal-libs.irmin
Irmin.Path
Store paths.
An Irmin store binds paths to user-defined contents. Paths are composed by basic elements, that we call steps. The following Path module provides functions to manipulate steps and paths.
Path
Tree path handling.
irmin_data
irmin_mem
irmin_pack_mem
irmin_pack_unix
octez-internal-libs.irmin_pack
octez-internal-libs.irmin_test_helpers
ppx_irmin
ppx_irmin_internal
ppx_irmin_internal_lib
module type S = sig ... end
Signature for path implementations.
module String_list : S with type step = string and type t = string list
An implementation of paths as string lists.