Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


And where to fetch the package? The aren't a center for download packages.
It's unlike Python's idea, we don't upload package to a center server in case of Julia.
The package manager will fetch stuffs from the URL listed in the metadata.
It should be a valid git URL for git-clone . e.g. For the package Distributions :  

https://github.com/JuliaRegistries/General/tree/master/D/Distributions    .

Most of the packages use GitHub for hosting code.