March 05, 2020
On Thursday, 5 March 2020 at 12:41:41 UTC, Sönke Ludwig wrote:
> But making changes to the general architecture - be it in the form of adding load-balancing, or more deeply rooted, such as using GIT for storing and distributing the package index - is something that still is definitely desirable to push forward.

A week ago I created a git dub package index at https://github.com/skoppe/dub-packages-index it gets updated every 15 minutes by scraping code.dlang.org

I use it to feed my registry-mirror, which is now fully standalone

A possible next step is creating a PackageSupplier class in dub that clones and uses this repo for resolution.

If I was aware of Sönke's work I might have skipped it, but it was a good exercise regardless.
1 2
Next ›   Last »