A developer could dispense with needing dub, and just do an import:
import foo.bar.frotz // Magically download/build from code.dlang.org, or other private or public repository
Question would be how to specify the metadata typically required by dub: version, path or repository location, dependencies, and other data needed for builds.
A developer could dispense with needing dub, and just do an import:
import foo.bar.frotz // Magically download/build from code.dlang.org, or other private or public repository
Question would be how to specify the metadata typically required by dub: version, path or repository location, dependencies, and other data needed for builds.