Irmin_packSourceA space-optimiezed, on-disk store inspired by Git Packfiles.
val config :
?fresh:bool ->
?readonly:bool ->
?lru_size:int ->
?lru_max_memory:int option ->
?index_log_size:int ->
?merge_throttle:Conf.merge_throttle ->
?indexing_strategy:Indexing_strategy.t ->
?use_fsync:bool ->
?dict_auto_flush_threshold:int ->
?suffix_auto_flush_threshold:int ->
?no_migrate:bool ->
?lower_root:string option ->
string ->
Irmin.configConfiguration options for stores. See Irmin_pack.Conf for more details.
This module defines abstractions over entries in the pack file, which are encoded as follows: