In the requires file, you add a line like julia 0.3-
to indicate that Julia 0.3 prerelease or later is required. -- John On Apr 27, 2014, at 11:55 AM, andrew cooke <and...@acooke.org> wrote: > > How do I specify that my package only works with Julia 0.3 onwards in the > REQUIRE file? > > http://julia.readthedocs.org/en/latest/manual/packages/ explains that VERSION > can be used "in runtime checks", but doesn't explain how to constrain julia > (rather than some other package) or what these "runtime checks" are and how > they fit into the general packaging scheme. > > Thanks, > Andrew >