[julia-users] REQUIRE specification for allowing installation in OS X only

2016-04-26 Thread Tony Kelman
This doesn't exist right now. You can't prevent users on unsupported OSes from installing your package, though you could flag an error in deps/build.jl or at module load time.

[julia-users] REQUIRE specification for allowing installation in OS X only

2016-04-26 Thread Chang Kwon
My working package currently works only in OS X. Can I specify this in the REQUIRE file? @osx seems only provide an "if" condition.