Julia does have a very good internal package manager, that can also install 
binary dependencies cross-platform.
Why would you want to add another package manager?

Am Dienstag, 1. September 2015 14:42:31 UTC+2 schrieb Luthaf:
>
> Hi Julians! 
>
> I am happy to present you the Conda.jl 
> <https://github.com/Luthaf/Conda.jl> package, a binary dependencies 
> manager for Julia based on the open-source conda 
> <http://conda.pydata.org/> package manager.
>
> Some interesting features of the Conda package manager:
>  - You can easily add your own software and use your own channel for 
> software distribution;
>  - You can install packages as non root on Linux;
>  - Conda is cross-plateforme, and you can use it for all your binary 
> dependencies, provided the binaries have been uploaded.
>
> I'll love to have your input on the code or the functionalities.
>
> Cheers
> Guillaume
>

Reply via email to