1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374(*******************************************************************************)(* 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. *)(*******************************************************************************)moduleVcs=structmoduleAuthor=AuthormoduleBranch_name=Branch_namemoduleCommit_message=Commit_messagemoduleErr=Vcs_errmoduleFile_contents=File_contentsmoduleGit=GitmoduleGraph=GraphmoduleName_status=Name_statusmoduleNum_lines_in_diff=Num_lines_in_diffmodulePath_in_repo=Path_in_repomodulePlatform=PlatformmodulePlatform_repo=Platform_repomoduleRef_kind=Ref_kindmoduleRefs=RefsmoduleRemote_branch_name=Remote_branch_namemoduleRemote_name=Remote_namemoduleRepo_name=Repo_namemoduleRepo_root=Repo_rootmoduleRev=RevmoduleTag_name=Tag_namemoduleUser_email=User_emailmoduleUser_handle=User_handlemoduleUser_name=User_nameinclude(Vcs:moduletypeofVcswithmoduleAuthor:=Vcs.AuthorandmoduleBranch_name:=Vcs.Branch_nameandmoduleCommit_message:=Vcs.Commit_messageandmoduleFile_contents:=Vcs.File_contentsandmoduleGit:=Vcs.GitandmoduleGraph:=Vcs.GraphandmoduleName_status:=Vcs.Name_statusandmoduleNum_lines_in_diff:=Vcs.Num_lines_in_diffandmodulePath_in_repo:=Vcs.Path_in_repoandmodulePlatform:=Vcs.PlatformandmodulePlatform_repo:=Vcs.Platform_repoandmoduleRef_kind:=Vcs.Ref_kindandmoduleRefs:=Vcs.RefsandmoduleRemote_branch_name:=Vcs.Remote_branch_nameandmoduleRemote_name:=Vcs.Remote_nameandmoduleRepo_name:=Vcs.Repo_nameandmoduleRepo_root:=Vcs.Repo_rootandmoduleRev:=Vcs.RevandmoduleTag_name:=Vcs.Tag_nameandmoduleUser_email:=Vcs.User_emailandmoduleUser_handle:=Vcs.User_handleandmoduleUser_name:=Vcs.User_name)moduleOr_error=Vcs_or_errorend