Is there a way to programatically (via script or function) to list all the packages in the standard library?
From the Pkg internals (and thus no guarantees it won't change in future versions) you can get them with Pkg.Types.stdlibs().
Last updated: Nov 27 2025 at 04:44 UTC