package irmin-pack

  1. Overview
  2. Docs
Irmin backend which stores values in a pack file

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.5.2.tbz
sha256=2a1e6a7577e498fbfeb678d666da210dc48d1344637e8ecb653e1dd88c640b5f
sha512=3fb6f49a1af2f8bab1df5b6f5affaaa09f09fe892a08eb2d9de58138e56646d4a6797f3c087b22875e36e3411218ab2435fe5437ac78f323dd661932af021fad

doc/irmin-pack.unix/Irmin_pack_unix/KV/Maker/Make/Dispatcher/index.html

Module Make.DispatcherSource

Sourcemodule Fm : sig ... end
Sourcemodule Mapping_file : sig ... end
Sourcetype t
Sourcetype location = private
  1. | Prefix
  2. | Suffix
Sourceval location_t : location Irmin.Type.t
Sourcetype accessor = private {
  1. poff : Optint.Int63.t;
  2. len : Optint.Int63.t;
  3. location : location;
}
Sourceval accessor_t : accessor Irmin.Type.t
Sourceval v : Fm.t -> (t, [> Fm.Errs.t ]) result
Sourceval create_accessor_exn : t -> off:Optint.Int63.t -> len:int -> accessor
Sourceval create_accessor_from_range_exn : t -> off:Optint.Int63.t -> min_len:int -> max_len:int -> accessor
Sourceval create_accessor_to_prefix_exn : Mapping_file.t -> off:Optint.Int63.t -> len:int -> accessor
Sourceval shrink_accessor_exn : accessor -> new_len:int -> accessor
Sourceval create_sequential_accessor_seq : t -> min_header_len:int -> max_header_len:int -> read_len:(bytes -> int) -> (Optint.Int63.t * accessor) Irmin.Export_for_backends.Seq.t
Sourceval read_exn : t -> accessor -> bytes -> unit
Sourceval end_offset : t -> Optint.Int63.t
Sourceval suffix_start_offset : t -> Optint.Int63.t
Sourceval offset_of_soff : t -> Optint.Int63.t -> Optint.Int63.t
Sourceval soff_of_offset : t -> Optint.Int63.t -> Optint.Int63.t
Sourceval read_bytes_exn : t -> f:(string -> unit) -> off:Optint.Int63.t -> len:Optint.Int63.t -> unit
OCaml

Innovation. Community. Security.