The vision I personally have for this would be something more like SUSE Studio (https://susestudio.com/) where it's just a few clicks, or a configuration file in the build system, that could give you a set of default-installed packages of your choosing, and make installers for your own custom "spins" of a Julia-with-packages distribution.
On Monday, August 1, 2016 at 2:08:06 AM UTC-7, Tim Holy wrote: > > module MyMetaPackage > > using Reexport > > @reexport using PackageA > @reexport using PackageB > ... > > end > > Best. > --Tim > > On Monday, August 1, 2016 1:48:47 AM CDT Steven Sagaert wrote: > > is more than just a webpage with a list of packages... for starters the > > concept of metapackage. > > > > On Monday, August 1, 2016 at 10:25:33 AM UTC+2, Tamas Papp wrote: > > > Maybe you already know about it, but there is a curated list of > packages > > > at https://github.com/svaksha/Julia.jl > > > > > > On Mon, Aug 01 2016, Steven Sagaert wrote: > > > > see https://aturon.github.io/blog/2016/07/27/rust-platform/ > > >
