Vcs.Platform_repo
module Vcs_kind : sig ... end
module Protocol : sig ... end
module Url : sig ... end
type 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 := t
val hash_fold_t : t Base__Ppx_hash_lib.hash_fold
include module type of Volgo.Vcs.Platform_repo
with type t := t
and module Protocol := Protocol
and module Url := Url
and module Vcs_kind := Vcs_kind
val hash : t -> int
val seeded_hash : int -> t -> int
val sexp_of_t : t -> Sexplib0.Sexp.t
module Ssh_syntax = Volgo.Vcs.Platform_repo.Ssh_syntax
val to_url : t -> protocol:Protocol.t -> Url.t