(fix) re-add https://nim-lang.org's package list #1161
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Recently, there used to be two Nimble package lists present.
One was hosted on GitHub and the other on the Nim website. However, the latter was serving stale data for a good few years at this point due to basically nobody remembering that it existed.
After a ton of confusion from multiple people (see #1139, #1129, #1149, #1144, #1084, there's probably many more), the cause was found and the out-of-sync list was removed.
However, @PMunch and @ringabout have managed to keep the Nim website list in sync now, and that's good because GitHub's connections can be very erratic for many people (myself included). This PR reintroduces the Nim website packages list.
Please do not ask me why I wrote an entire essay on a few lines of code changed. I was terribly, terribly bored.
TL;DR: this PR re-adds an old packages list back, now that it's in synchronization and no longer serves stale data.