Values.PackageOriginRestrictionsSourceDetails about the origin restrictions set on the package. The package origin restrictions determine how new versions of a package can be added to a specific repository.
type nonrec t = {publish : AllowPublish.t;The package origin configuration that determines if new versions of the package can be published directly to the repository.
*)upstream : AllowUpstream.t;The package origin configuration that determines if new versions of the package can be added to the repository from an external connection or upstream source.
*)}