Package manager for the Julia language.
Pkg is a complete rewrite of Julia's old package manager and was released together with Julia v1.0. Unlike traditional package managers, which install and manage a single global set of packages, Pkg is designed around “environments”: independent sets of packages that can be local to an individual project or shared and selected by name.