Vcs.Platform_repomodule Vcs_kind : sig ... endmodule Protocol : sig ... endmodule Url : sig ... endtype t = Volgo.Vcs.Platform_repo.t = {platform : Volgo.Vcs.Platform.t;vcs_kind : Vcs_kind.t;user_handle : Volgo.Vcs.User_handle.t;repo_name : Volgo.Vcs.Repo_name.t;}include Ppx_hash_lib.Hashable.S with type t := tval hash_fold_t : t Base__Ppx_hash_lib.hash_foldinclude module type of Volgo.Vcs.Platform_repo
with type t := t
and module Protocol := Protocol
and module Url := Url
and module Vcs_kind := Vcs_kindval hash : t -> intval seeded_hash : int -> t -> intval sexp_of_t : t -> Sexplib0.Sexp.tmodule Ssh_syntax = Volgo.Vcs.Platform_repo.Ssh_syntaxval to_url : t -> protocol:Protocol.t -> Url.t