123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960(*
* Copyright (c) 2018-2021 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.CONTENT_ADDRESSABLE_STOREvaladd:'at->value->keyLwt.t(** Overwrite [add] to work with a read-only database handler. *)valunsafe_add:'at->key->value->unitLwt.t(** Overwrite [unsafe_add] to work with a read-only database handler. *)valunsafe_append:ensure_unique:bool->overcommit:bool->'at->key->value->unitvalunsafe_mem:'at->key->boolvalunsafe_find:check_integrity:bool->'at->key->valueoptionvalgeneration:'at->int63(** The number of times that {!clear} has been called on this store. *)valclear_keep_generation:'at->unitLwt.tvalclose:_t->unitLwt.tvalbatch:readt->([read|write]t->'aLwt.t)->'aLwt.tendmoduletypeMaker=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.keyandtypevalue=CA.valuevalmake_closeable:'aCA.t->'atvalget_open_exn:'at->'aCA.tendend