123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142(*******************************************************************************)(* Volgo - a Versatile OCaml Library for Git Operations *)(* Copyright (C) 2024-2025 Mathieu Barbin <mathieu.barbin@gmail.com> *)(* *)(* This file is part of Volgo. *)(* *)(* Volgo is free software; you can redistribute it and/or modify it under *)(* the terms of the GNU Lesser General Public License as published by the *)(* Free Software Foundation either version 3 of the License, or any later *)(* version, with the LGPL-3.0 Linking Exception. *)(* *)(* Volgo is distributed in the hope that it will be useful, but WITHOUT ANY *)(* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS *)(* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License and *)(* the file `NOTICE.md` at the root of this repository for more details. *)(* *)(* You should have received a copy of the GNU Lesser General Public License *)(* and the LGPL-3.0 Linking Exception along with this library. If not, see *)(* <http://www.gnu.org/licenses/> and <https://spdx.org>, respectively. *)(*******************************************************************************)moduleAdd=AddmoduleBranch=BranchmoduleCommit=CommitmoduleConfig=ConfigmoduleCurrent_branch=Current_branchmoduleCurrent_revision=Current_revisionmoduleInit=InitmoduleLog=LogmoduleLs_files=Ls_filesmoduleName_status=Name_statusmoduleNum_status=Num_statusmoduleRefs=RefsmoduleRuntime=RuntimemoduleShow=ShowmodulePrivate=structmoduleMunged_path=Munged_pathendmoduleTrait=structclasstypet=objectinheritVcs.Trait.addinheritVcs.Trait.branchinheritVcs.Trait.commitinheritVcs.Trait.configinheritVcs.Trait.current_branchinheritVcs.Trait.current_revisioninheritVcs.Trait.file_systeminheritVcs.Trait.gitinheritVcs.Trait.initinheritVcs.Trait.loginheritVcs.Trait.ls_filesinheritVcs.Trait.name_statusinheritVcs.Trait.num_statusinheritVcs.Trait.refsinheritVcs.Trait.showendendmoduletypeS=sigtypetclassc:t->Trait.tmoduleAdd:Vcs.Trait.Add.Swithtypet=tmoduleBranch:Vcs.Trait.Branch.Swithtypet=tmoduleCommit:Vcs.Trait.Commit.Swithtypet=tmoduleConfig:Vcs.Trait.Config.Swithtypet=tmoduleCurrent_branch:Vcs.Trait.Current_branch.Swithtypet=tmoduleCurrent_revision:Vcs.Trait.Current_revision.Swithtypet=tmoduleFile_system:Vcs.Trait.File_system.Swithtypet=tmoduleGit:Vcs.Trait.Git.Swithtypet=tmoduleInit:Vcs.Trait.Init.Swithtypet=tmoduleLog:Vcs.Trait.Log.Swithtypet=tmoduleLs_files:Vcs.Trait.Ls_files.Swithtypet=tmoduleName_status:Vcs.Trait.Name_status.Swithtypet=tmoduleNum_status:Vcs.Trait.Num_status.Swithtypet=tmoduleRefs:Vcs.Trait.Refs.Swithtypet=tmoduleShow:Vcs.Trait.Show.Swithtypet=tendmoduleMake(Runtime:Runtime.S)=structtypet=Runtime.tmoduleImpl=structmoduleAdd=Add.Make(Runtime)moduleBranch=Branch.Make(Runtime)moduleCommit=Commit.Make(Runtime)moduleConfig=Config.Make(Runtime)moduleCurrent_branch=Current_branch.Make(Runtime)moduleCurrent_revision=Current_revision.Make(Runtime)moduleFile_system=RuntimemoduleGit=RuntimemoduleInit=Init.Make(Runtime)moduleLog=Log.Make(Runtime)moduleLs_files=Ls_files.Make(Runtime)moduleName_status=Name_status.Make(Runtime)moduleNum_status=Num_status.Make(Runtime)moduleRefs=Refs.Make(Runtime)moduleShow=Show.Make(Runtime)endmoduleClass=structmoduleAdd=Vcs.Trait.Add.Make(Impl.Add)moduleBranch=Vcs.Trait.Branch.Make(Impl.Branch)moduleCommit=Vcs.Trait.Commit.Make(Impl.Commit)moduleConfig=Vcs.Trait.Config.Make(Impl.Config)moduleCurrent_branch=Vcs.Trait.Current_branch.Make(Impl.Current_branch)moduleCurrent_revision=Vcs.Trait.Current_revision.Make(Impl.Current_revision)moduleFile_system=Vcs.Trait.File_system.Make(Impl.File_system)moduleGit=Vcs.Trait.Git.Make(Impl.Git)moduleInit=Vcs.Trait.Init.Make(Impl.Init)moduleLog=Vcs.Trait.Log.Make(Impl.Log)moduleLs_files=Vcs.Trait.Ls_files.Make(Impl.Ls_files)moduleName_status=Vcs.Trait.Name_status.Make(Impl.Name_status)moduleNum_status=Vcs.Trait.Num_status.Make(Impl.Num_status)moduleRefs=Vcs.Trait.Refs.Make(Impl.Refs)moduleShow=Vcs.Trait.Show.Make(Impl.Show)endclassct=objectinheritClass.Add.ctinheritClass.Branch.ctinheritClass.Commit.ctinheritClass.Config.ctinheritClass.Current_branch.ctinheritClass.Current_revision.ctinheritClass.File_system.ctinheritClass.Git.ctinheritClass.Init.ctinheritClass.Log.ctinheritClass.Ls_files.ctinheritClass.Name_status.ctinheritClass.Num_status.ctinheritClass.Refs.ctinheritClass.Show.ctendincludeImplend