package tar-mirage
-
tar-mirage
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Tar for Mirage
module Make_KV_RO (BLOCK : Mirage_block.S) : sig ... end
Construct a read-only key-value store from an existing block device containing tar-format data.
module Make_KV_RW
(CLOCK : Mirage_clock.PCLOCK)
(BLOCK : Mirage_block.S) :
sig ... end
Construct a read-write key-value store from an existing block device containing tar-format data. Note that it is append-only meaning removing or renaming files is currently unsupported and will return an error.