All Projects → JuliaLang → Pkg.jl

JuliaLang / Pkg.jl

Licence: other
Pkg - Package manager for the Julia programming language

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Pkg.jl

vpm
ViM Plugin Manager (like apt, npm, pacman, etc ... )
Stars: ✭ 13 (-96.13%)
Mutual labels:  package-manager
Hermes
Hermes software environment manager
Stars: ✭ 260 (-22.62%)
Mutual labels:  package-manager
Universe
The Mesosphere Universe package repository.
Stars: ✭ 308 (-8.33%)
Mutual labels:  package-manager
ck-env
CK repository with components and automation actions to enable portable workflows across diverse platforms including Linux, Windows, MacOS and Android. It includes software detection plugins and meta packages (code, data sets, models, scripts, etc) with the possibility of multiple versions to co-exist in a user or system environment:
Stars: ✭ 67 (-80.06%)
Mutual labels:  package-manager
k
kiss pkg man written in c
Stars: ✭ 51 (-84.82%)
Mutual labels:  package-manager
0install
the core 0install package
Stars: ✭ 282 (-16.07%)
Mutual labels:  package-manager
flatn
flat node dependencies
Stars: ✭ 18 (-94.64%)
Mutual labels:  package-manager
Conan Center Index
Recipes for the ConanCenter repository
Stars: ✭ 310 (-7.74%)
Mutual labels:  package-manager
basalt
The rock-solid Bash package manager
Stars: ✭ 16 (-95.24%)
Mutual labels:  package-manager
Whalebrew
Homebrew, but with Docker images
Stars: ✭ 3,352 (+897.62%)
Mutual labels:  package-manager
ansible-role-pip
Ansible Role - Pip (for Python)
Stars: ✭ 147 (-56.25%)
Mutual labels:  package-manager
bazel-packages
[WIP] Collection of Bazel packages
Stars: ✭ 14 (-95.83%)
Mutual labels:  package-manager
Berry
📦🐈 Active development trunk for Yarn ⚒
Stars: ✭ 4,423 (+1216.37%)
Mutual labels:  package-manager
xrepo-cmake
CMake wrapper for Xrepo C and C++ package manager
Stars: ✭ 17 (-94.94%)
Mutual labels:  package-manager
Volta
Volta: JS Toolchains as Code. ⚡
Stars: ✭ 4,810 (+1331.55%)
Mutual labels:  package-manager
gosearch
awesome-go package explorer
Stars: ✭ 30 (-91.07%)
Mutual labels:  package-manager
Gps
your dependencies have arrived
Stars: ✭ 275 (-18.15%)
Mutual labels:  package-manager
Ellipsis
◦◦◦ Ellipsis is a package manager for dotfiles.
Stars: ✭ 320 (-4.76%)
Mutual labels:  package-manager
Poet
Poet helps you declare, manage and install dependencies of Python projects, ensuring you have the right stack everywhere.
Stars: ✭ 312 (-7.14%)
Mutual labels:  package-manager
Kiss
KISS - Package Manager
Stars: ✭ 302 (-10.12%)
Mutual labels:  package-manager

Pkg

Documentation Build Status

Development repository for Julia's package manager, shipped with Julia v1.0 and above.

Using the development version of Pkg.jl

If you want to develop this package do the following steps:

  • Clone the repo anywhere.
  • In line 2 of the Project.toml file (the line that begins with uuid = ...), modify the UUID, e.g. change the 44c to 54c.
  • Change the current directory to the Pkg repo you just cloned and start julia with julia --project.
  • import Pkg will now load the files in the cloned repo instead of the Pkg stdlib .
  • To test your changes, simply do include("test/runtests.jl").

If you need to build Julia from source with a git checkout of Pkg, then instead use make DEPS_GIT=Pkg when building Julia. The Pkg repo is in stdlib/Pkg, and created initially with a detached HEAD. If you're doing this from a pre-existing Julia repository, you may need to make clean beforehand.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].