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/KV/Maker/Make/Errs/index.html

Module Make.ErrsSource

Sourcemodule Io : sig ... end
Sourceval pp_error : Format.formatter -> [< `Corrupted_control_file | `Corrupted_legacy_file | `Decoding_error | `Double_close | `File_exists of string | `Index_failure of string | `Invalid_argument | `Invalid_layout | `Invalid_parent_directory | `Io_misc of Io.misc_error | `Migration_needed | `No_such_file_or_directory | `Not_a_directory of string | `Not_a_file | `Pending_flush | `Read_on_closed | `Read_out_of_bounds | `Ro_not_allowed | `Rw_not_allowed | `Sys_error of string | `Unknown_major_pack_version of string | `V3_store_from_the_future | `Write_on_closed ] -> unit
Sourceval raise_error : [< `Corrupted_control_file | `Corrupted_legacy_file | `Decoding_error | `Double_close | `File_exists of string | `Index_failure of string | `Invalid_argument | `Invalid_layout | `Invalid_parent_directory | `Io_misc of Io.misc_error | `Migration_needed | `No_such_file_or_directory | `Not_a_directory of string | `Not_a_file | `Pending_flush | `Read_on_closed | `Read_out_of_bounds | `Ro_not_allowed | `Rw_not_allowed | `Sys_error of string | `Unknown_major_pack_version of string | `V3_store_from_the_future | `Write_on_closed ] -> 'a
Sourceval raise_if_error : ('a, [< `Corrupted_control_file | `Corrupted_legacy_file | `Decoding_error | `Double_close | `File_exists of string | `Index_failure of string | `Invalid_argument | `Invalid_layout | `Invalid_parent_directory | `Io_misc of Io.misc_error | `Migration_needed | `No_such_file_or_directory | `Not_a_directory of string | `Not_a_file | `Pending_flush | `Read_on_closed | `Read_out_of_bounds | `Ro_not_allowed | `Rw_not_allowed | `Sys_error of string | `Unknown_major_pack_version of string | `V3_store_from_the_future | `Write_on_closed ]) result -> 'a
OCaml

Innovation. Community. Security.