2016-09-15 0:10 GMT+02:00 Chris Rackauckas: > If you use Reexport.jl's @reexport in the top-scope of a module for such a > metapackage it will actually export all of the functions from inside: > > module MyMetapackage # Setup t > using Reexport > @reexport using DifferentialEquations > @reexport using Plots > end > > > > using MyMetapackage # Imports both packages > plot # 3 methods > solve # 7 methods
Nice! Then I'd vote in favor of meta-packages, rather than distributions. It seems we basically came to something already proposed almost two years ago: https://github.com/JuliaLang/julia/issues/1986#issuecomment-67957609 :-) Bye, Mosè
