1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556(*
* Copyright (c) 2018-2022 Tarides <contact@tarides.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*)open!ImportmoduletypeS=sigincludeIrmin.Indexable.Svaladd:'at->value->keyLwt.t(** Overwrite [add] to work with a read-only database handler. *)valunsafe_add:'at->hash->value->keyLwt.t(** Overwrite [unsafe_add] to work with a read-only database handler. *)valindex_direct:_t->hash->keyoptionvalunsafe_append:ensure_unique:bool->overcommit:bool->'at->hash->value->keyvalunsafe_mem:'at->key->boolvalunsafe_find:check_integrity:bool->'at->key->valueoptionendmoduletypeMaker=sigtypekey(** Save multiple kind of values in the same pack file. Values will be
distinguished using [V.kind], so they have to all be different. *)moduleMake(V:Pack_value.Swithtypehash:=key):Swithtypekey=keyandtypevalue=V.tendmoduletypeSigs=sigmoduletypeS=SmoduleCloseable(CA:S):sigincludeSwithtypekey=CA.keyandtypehash=CA.hashandtypevalue=CA.valuevalmake_closeable:'aCA.t->'atvalget_if_open_exn:'at->'aCA.tendend