Hi all,
I've been working on NimPack — a mirror/index of the Nim package registry — and wanted to share the new Stats page with you.
Beyond the download numbers, it surfaces some useful health signals about packages in the ecosystem:
Largest Packages
A sorted list of packages by total tarball size. Big tarballs are often a sign of:
If you maintain a package on this list, it might be worth adding an .gitattributes export-ignore or moving large files out of the release path.
Repo Not Found
105 packages reference repositories that no longer exist (deleted, renamed, or made private). NimPack generates a packages.json.patch you can apply to remove them from the upstream list.
The goal is to make package health visible so authors can clean things up before users hit slow installs or broken links. If you have ideas for other metrics that would be useful, let me know.