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.1.tbz
sha256=cd788a8d3f4a3dd18dc160a153d4aec91eaf6b0fb41ad41464d26c79c304a98e
sha512=4f97862678d35e0b4aa814a1df51d6f8c59bcf5b611c73f0a475f9b5386ca42a4a18e65ce80fc425ddad93fcdacfcb563c52f6423777610a0bc567902f4db088

doc/irmin-pack.unix/Irmin_pack_unix/KV/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.