package irmin-pack

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

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.3.1.tbz
sha256=535254ca443858bfc9e540535977fed63e9206d4b78c5cac0239d1e6657b5c78
sha512=fa18557fcf808121a0495de707c6f7bff4a69197b310480816648adafd4a659b5673a1f5bbf4574f517b7d93253735ef7798b0c365d87afac60675007ef19b54

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

Module Make.File_managerSource

Sourcemodule Io : sig ... end
Sourcemodule Control : sig ... end
Sourcemodule Dict : sig ... end
Sourcemodule Suffix : sig ... end
Sourcemodule Index : sig ... end
Sourcetype t
Sourceval control : t -> Control.t
Sourceval dict : t -> Dict.t
Sourceval suffix : t -> Suffix.t
Sourceval index : t -> Index.t
Sourceval create_rw : overwrite:bool -> Irmin.Backend.Conf.t -> (t, [> `File_exists of string | `Index_failure of string | `Invalid_parent_directory | `Io_misc of Io.misc_error | `No_such_file_or_directory | `Not_a_directory of string | `Not_a_file | `Ro_not_allowed | `Write_on_closed ]) result
Sourceval open_rw : Irmin.Backend.Conf.t -> (t, [> `Corrupted_control_file | `Double_close | `File_exists of string | `Index_failure of string | `Invalid_argument | `Invalid_layout | `Io_misc of Control.Io.misc_error | `Migration_needed | `No_such_file_or_directory | `Not_a_directory of string | `Not_a_file | `Read_on_closed | `Read_out_of_bounds | `Ro_not_allowed | `Sys_error of string | `Unknown_major_pack_version of string | `V3_store_from_the_future | `Write_on_closed ]) result
Sourceval open_ro : Irmin.Backend.Conf.t -> (t, [> `Corrupted_control_file | `File_exists of string | `Index_failure of string | `Io_misc of Io.misc_error | `Migration_needed | `No_such_file_or_directory | `Not_a_file | `Read_on_closed | `Unknown_major_pack_version of string | `V3_store_from_the_future ]) result
Sourceval close : t -> (unit, [> `Double_close | `Index_failure of string | `Io_misc of Io.misc_error | `Pending_flush ]) result
Sourceval flush : t -> (unit, [> `Index_failure of string | `Io_misc of Io.misc_error | `Ro_not_allowed | `Write_on_closed ]) result
Sourceval reload : t -> (unit, [> `Corrupted_control_file | `Index_failure of string | `Invalid_argument | `Io_misc of Io.misc_error | `Read_on_closed | `Read_out_of_bounds | `Rw_not_allowed | `Unknown_major_pack_version of string ]) result
Sourceval register_dict_consumer : t -> after_reload:(unit -> (unit, Io.read_error) result) -> unit
Sourceval register_suffix_consumer : t -> after_flush:(unit -> unit) -> unit
Sourceval version : root:string -> (Irmin_pack.Version.t, [> `Corrupted_control_file | `Corrupted_legacy_file | `Invalid_layout | `Io_misc of Io.misc_error | `No_such_file_or_directory | `Not_a_directory of string | `Unknown_major_pack_version of string ]) result
OCaml

Innovation. Community. Security.