12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485(*
* 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.
*)includeIrmin.Export_for_backendsletsrc=Logs.Src.create"irmin-pack.unix"~doc:"irmin-pack unix backend"moduleLog=(valLogs.src_logsrc:Logs.LOG)moduleArray=structincludeArrayletfind_optpa=letn=lengthainletrecloopi=ifi=nthenNoneelseletx=getaiinifpxthenSomexelseloop(succi)inloop0endmoduleList=structincludeListletreciter_resultf=function|[]->Ok()|hd::tl->Result.bind(fhd)(fun()->iter_resultftl)endmoduleInt63=structincludeOptint.Int63lett=Irmin.Type.int63moduleSyntax=structlet(+)=addlet(-)=sublet(*)=mullet(/)=divlet(<)ab=compareab<0let(<=)ab=compareab<=0let(>)ab=compareab>0let(>=)ab=compareab>=0let(=)=equalendendtypeint63=Int63.t[@@derivingirmin]moduleVersion=Irmin_pack.VersionmoduletypeS=Irmin_pack.SmoduleConf=Irmin_pack.ConfmoduleLayout=Irmin_pack.LayoutmoduleIndexable=Irmin_pack.IndexablemoduleResult_syntax=structlet(let+)resf=Result.mapfreslet(let*)=Result.bindlet(>>=)=Result.bindendmoduleVarint=structtypet=int[@@derivingirmin~decode_bin](** LEB128 stores 7 bits per byte. An OCaml [int] has at most 63 bits.
[63 / 7] equals [9]. *)letmax_encoded_size=9end