While not built-in, this might do what you want: 
https://github.com/rened/DeclarativePackages.jl


Am 03.03.2015 um 23:58 schrieb Duane Johnson <duane.john...@gmail.com>:

> Reviving this thread from almost exactly a year ago. Has the package 
> situation changed?
> 
> Specifically, I'm wondering if there's a way to take advantage of a REQUIRES 
> file in a local directory. Consider this use case:
> 
> - I'm starting a new project, which may some day be a package but is not 
> there yet
> - I have my dependencies in a REQUIRES file
> - I'd like to run some command, like "bundle install" or "npm install" and 
> make sure my Pkg manager installs the dependencies, or at least, the global 
> state is up to date with the specified requirements.
> 
> Is this possible?
> 
> Thanks,
> Duane
> 
> On Sunday, February 23, 2014 at 1:22:21 PM UTC-7, Dave Bettin wrote:
> First, I have recently enjoyed the use of both Clojure's and Node's package 
> management facilities. 
> 
> I am trying to understand how local project dependencies in Julia compare. So 
> far what I can gather is most of Julia's intrinsic package handling is 
> global.  
> 
> Is it possible to download a private and/or public package and only manage 
> its dependencies? Can one store these dependencies local to the package, akin 
> to 'node_modules' in npm?
> 
> Thanks!
> Dave

Reply via email to