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 06 2024 at 04:40 UTC