Make VPM repository to be dependent on other repositories
camegone
Add a field to specify repository-dependencies on VPM manifest JSON file. If required repositories were not installed yet, show a prompt to install them. This will make creators to able distribute packages which heavily depend on others' packages, i.e. helper tools. Without make their users search and install the repositories in order to the packages works fine.
Log In
vavassor
A workaround is to add the dependencies to your repository. But it means multiple repos reference the same package. And it's odd to have packages that aren't yours in your repo.