Module Vcs.Platform_repo

module Vcs_kind : sig ... end
module Protocol : sig ... end
module Url : sig ... end
type t = Volgo.Vcs.Platform_repo.t = {
  1. platform : Volgo.Vcs.Platform.t;
  2. vcs_kind : Vcs_kind.t;
  3. user_handle : Volgo.Vcs.User_handle.t;
  4. 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 compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
val seeded_hash : int -> t -> int
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_url : t -> protocol:Protocol.t -> Url.t
val of_url : Url.t -> t