▲ | sundarurfriend a day ago | ||||||||||||||||
The Julia General registry is locally stored as a tar.gz and has version info for all registered packages, so I tried this out for Julia packages. The top 5 are:
So, no crazy numbers or random unknown packages, all are major packages that have just had a lot of work and history to them. Out of the top 10, pretty much half were from the SciML ecosystem.Caveats/constraints: Like the post, this ignores non-SemVer packages (which mostly used date-based versions) and also jll (binary wrapper) packages which just use their underlying C libraries' versions. Among jlls, the largest that isn't a date afaict is NEO_jll with 25.31.34666+0 as its version. | |||||||||||||||||
▲ | dotancohen a day ago | parent | next [-] | ||||||||||||||||
You might want to try a different storing strategy. 0.25 is above 0.4. These are, I believe, what are called in Unix flags "human numbers". | |||||||||||||||||
| |||||||||||||||||
▲ | int_19h a day ago | parent | prev [-] | ||||||||||||||||
This would seem to imply that the vast majority of Julia packages are 0.x? | |||||||||||||||||
|