Values.RepositoryInputSourceInformation about a repository that will be cloned to a Dev Environment.
type nonrec t = {repositoryName : SourceRepositoryNameString.t;The name of the source repository.
*)branchName : SourceRepositoryBranchString.t option;The name of the branch in a source repository.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of SourceRepositoryNameString.t ]) list ]