Is there a safe way to programmatically get a list of all standard libraries?
If safe means future proof and independent of internals I don't know. Otherwise I would reach for Pkg.Types.stdlibs()
.
Safe meant I don't want to scrape the stdlib dir or something hacky like that :sweat_smile:
That works, thanks!
Sascha Mann has marked this topic as resolved.
That's an interesting coincidence: https://discourse.julialang.org/t/canonical-way-to-get-a-list-of-all-stdibs/88115
I only found an ancient thread that didn't have an answer, maybe that wasn't indexed by search engines yet :D
Last updated: Nov 06 2024 at 04:40 UTC