package irmin-pack
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Irmin backend which stores values in a pack file
Install
dune-project
Dependency
Authors
Maintainers
Sources
irmin-3.11.0.tbz
sha256=09996fbcc2c43e117a9bd8e9028c635e81cccb264d5e02d425ab8b06bbacdbdb
sha512=0391a6bf7b94a1edd50a3a8df9e58961739fa78d7d689d61f56bc87144483bad2ee539df595c33d9d52c29b3458da5dddf3a73b5eb85e49c4667c26d2cd46be1
doc/irmin-pack.unix/Irmin_pack_unix/Inode/Make_persistent/argument-3-Inter/Raw/index.html
Module Inter.Raw
include Irmin_pack.Pack_value.S with type hash = hash with type key = key
type hash = hashtype key = keyval kind : t -> Irmin_pack.Pack_value.Kind.tval length_header : Irmin_pack.Pack_value.Kind.t -> [ `Varint ] optionDescribes the length header formats for the data sections of pack entries.
val weight : t -> Irmin_pack__.Pack_value_intf.weightweight t is the t's LRU weight.
val encode_bin :
dict:(string -> int option) ->
offset_of_key:(key -> Optint.Int63.t option) ->
hash ->
t Irmin.Type.encode_binval decode_bin :
dict:(int -> string option) ->
key_of_offset:(Optint.Int63.t -> key) ->
key_of_hash:(hash -> key) ->
t Irmin.Type.decode_binval to_kinded : t -> Irmin_pack__.Pack_value_intf.kindedto_kinded t returns a kinded version of t.
val of_kinded : Irmin_pack__.Pack_value_intf.kinded -> tof_kinded k is the inverse of to_kinded t.
It is expected that an implementation only works for k that is returned from to_kinded t and will raise an exception otherwise.
val depth : t -> int optionval decode_children_offsets :
entry_of_offset:(Optint.Int63.t -> 'a) ->
entry_of_hash:(hash -> 'a) ->
string ->
int ref ->
'a list sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>