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.
It would be awesome if the package names, author names, tags and code forge sites on the stats page, were clickable links.
E.g. the first could link to the package page, the second an third to a search by author resp. tag and the latter to a topic search on the code forge site, e.g https://github.com/topics/nim-lang.