12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788(*******************************************************************************)(* 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_kind=structmoduleT0=structtypet=Vcs.Platform_repo.Vcs_kind.t=|Git|Hg[@@derivinghash]endinclude(Vcs.Platform_repo.Vcs_kind:moduletypeofVcs.Platform_repo.Vcs_kindwithtypet:=T0.t)includeT0endmoduleProtocol=structmoduleT0=structtypet=Vcs.Platform_repo.Protocol.t=|Ssh|Https[@@derivinghash]endinclude(Vcs.Platform_repo.Protocol:moduletypeofVcs.Platform_repo.Protocolwithtypet:=T0.t)includeT0endmoduleUrl=structmoduleT0=structtypet=Vcs.Platform_repo.Url.t={platform:Platform.t;vcs_kind:Vcs_kind.t;user_handle:User_handle.t;repo_name:Repo_name.t;protocol:Protocol.t}[@@derivinghash]endinclude(Vcs.Platform_repo.Url:moduletypeofVcs.Platform_repo.Urlwithtypet:=T0.t)includeT0endmoduleT0=structtypet=Vcs.Platform_repo.t={platform:Platform.t;vcs_kind:Vcs_kind.t;user_handle:User_handle.t;repo_name:Repo_name.t}[@@derivinghash]endinclude(Vcs.Platform_repo:moduletypeofVcs.Platform_repowithtypet:=T0.tandmoduleProtocol:=ProtocolandmoduleUrl:=UrlandmoduleVcs_kind:=Vcs_kind)includeT0