irmin-pack
Irmin backend which stores values in a pack file
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package irmin-pack
-
irmin-pack
-
-
irmin-pack.mem
-
-
irmin-pack.unix
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library irmin-pack
module type S = sig ... end
val spec : Irmin.Backend.Conf.Spec.t
val merge_throttle_t : merge_throttle Irmin.Type.t
val freeze_throttle_t : freeze_throttle Irmin.Type.t
module Key : sig ... end
val fresh : Irmin.Backend.Conf.t -> bool
val lru_size : Irmin.Backend.Conf.t -> int
val index_log_size : Irmin.Backend.Conf.t -> int
val readonly : Irmin.Backend.Conf.t -> bool
val merge_throttle : Irmin.Backend.Conf.t -> merge_throttle
val freeze_throttle : Irmin.Backend.Conf.t -> freeze_throttle
val root : Irmin.Backend.Conf.t -> string
val indexing_strategy : Irmin.Backend.Conf.t -> Pack_store.Indexing_strategy.t
val init :
?fresh:bool ->
?readonly:bool ->
?lru_size:int ->
?index_log_size:int ->
?merge_throttle:merge_throttle ->
?freeze_throttle:freeze_throttle ->
?indexing_strategy:Pack_store.Indexing_strategy.t ->
string ->
Irmin.config
ON THIS PAGE
No table of contents