We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cget install lua/lua : will install the latest registered semver
cget install lua/lua
cget install lua/lua:^5.0 : will install the latest version at and beyond 5.0. Equivalent of: >=
cget install lua/lua:^5.0
cget install lua/lua:~5.0 : will install the latest version found within 5.0, but stay in the same major version. Equivilent of >= 5.0 && <= 5.99
cget install lua/lua:~5.0
cget install lua/lua:5.0 : will install the exact specified version. Equivalent of ===
cget install lua/lua:5.0
cget uninstall lua/lua : will remove lua. Will also recursively remove any dependencies no longer being depended upon
cget uninstall lua/lua
cget update : will recursively check all registered dependencies for newer versions
cget update
cget update lua/lua : update a specific dependency
cget update lua/lua