Package manager
A package manager is a set of tools that automates and manages computer software. They deal with packages, or collections, of bundled files. Package managers make it easy to install, upgrade, or remove software for a computer's operating system.
Here are 1,339 public repositories matching this topic...
Homebrew/livecheck provides various automated ways of detecting formulae updates.
Repology provides an API that provides details on whether a Homebrew package is outdated e.g. https://repology.org/metapackage/boost/versions
A separate Ruby application that can be trivially deployed on e
-
Updated
Jan 10, 2022 - PHP
poetry and poetry-core are full type annotated and checking types by mypy is prepared. However these checks are deactivated for most of the modules.
In this ticket I like to invite everybody to pick one or more modules in poetry and poetry-core and fix errors reported by mypy. Please link any PR you are starting to this issue.
In process:
-
Updated
Jan 13, 2022 - C++
-
Updated
Jan 11, 2022 - JavaScript
-
Updated
Jan 13, 2022 - CMake
-
Updated
Jan 10, 2022 - Swift
-
Updated
Jan 10, 2022 - Ruby
-
Updated
Sep 5, 2020 - Go
-
Updated
Jan 11, 2022 - C#
-
Updated
Jan 2, 2022 - TypeScript
Hello,
It seems that the default profile is mandatory in 2.0, even though the error message implies otherwise.
Environment Details (include every applicable attribute)
- Conan version: 2.0.0a2
Steps to reproduce (Include if Applicable)
- remove
defaultprofile - run
conan create --profile=whatever
Logs (Executed commands with output) (Include/Attach if Applicab
-
Updated
Jan 12, 2022 - C++
Hooks for scopes get a double prefix, ie @@scope, when shown with the npm hook ls command. This is due to the response from the web request already including the prefix in the name field, and the following lines of code then locally adding the prefix again, duplicating it.
Hi,
I just realized there is no update/upgrade section in your doc. It could be nice to have clear command on how to update the software, specially if there is some breaking changes or whatever.
- I'd be willing to implement this feature (contributing guide)
- This feature is important to hav
-
Updated
Jan 13, 2022 - C
-
Updated
Dec 9, 2021
Describe the bug
CodeQL show that we are logging paths directly. We should instead escape and then log them.
To Reproduce
Results are shown here: https://github.com/gomods/athens/pull/1748/checks?check_run_id=4567576462
Expected behavior
We can simply log escaped paths provided by net/url: https://pkg.go.dev/net/url#URL.EscapedPath
Additional context
Add an
Currently spack does not support the following packages, all of these packages are installed outside of Spack at Cori, we would like to get support for these packages if possible.
- cpmd https://www.lcrc.anl.gov/for-users/software/available-software/cpmd/
- ComputeCPP https://github.com/codeplaysoftware/computecpp-sdk need to confirm link
- ds9 https://sites.google.com/cfa.harvard.
Could it be possible to have a warning message when installing a rock that contains a module that is already provided by another rock? Or is there already an option for this and I didn't find it?
At least with Luarocks version 3.2.1 I verified that there are no warnings for this case.
However it seems that Luarocks is aware of the collision and installs the new module under another name and
-
Updated
Jan 11, 2022 - Rust
- Wikipedia
- Wikipedia
Do you want to request a feature or report a bug?
feature request
What is the current behavior?
Currently
yarn whywon't indicate any package info in the resolutions fieldIf the current behavior is a bug, please provide the steps to reproduce.
"pkg": "^1.0.0"resolutionsfield in package.json,pkg: "1.0.0"