upm icon indicating copy to clipboard operation
upm copied to clipboard

⠕ Universal Package Manager - Python, Node.js, Ruby, Emacs Lisp.

Results 30 upm issues
Sort by recently updated
recently updated
newest added

From what i understand prybar-clojure uses clojure-cli tools and deps.edn, would upm support clojure librarie either using deps.edn or lein(using project.clj). I see that as my primary limiting factor while...

enhancement

I'm just starting out with Nim, so I'm not yet familiar enough with the tooling to contribute anything to this project, however it would be good to support this tool...

help wanted
good first issue

Following up the [thread announcing UPM in Hacker News](https://news.ycombinator.com/item?id=21419409), I'm creating the issue for the integration of [WAPM](https://wapm.io) in the upm. We are doing some last changes in the wapm-cli...

help wanted
good first issue

See #10 for context. It should be possible to install upm via a one-liner, targeting common package managers, a la ```shell curl ... | sh - ```

enhancement

upm has been added to the main bucket with https://github.com/ScoopInstaller/Main/commit/029935dd01dada7562f423bcc54e54fc9490bc50

An extension to #2. Currently, we have ``` dstewart$ upm list-languages python3-poetry python3-pip (unavailable) bun nodejs-npm nodejs-pnpm nodejs-yarn (unavailable) ruby-bundler elisp-cask (unavailable) dart-pub (unavailable) java-maven (unavailable) rlang (unavailable) dotnet (unavailable)...

enhancement

So some packages, such as `py-ulid`, have a different name from the imported module, in this case `import ulid`, or as usually done, `from ulid import ULID`. If you import...

bug

the map (https://github.com/replit/upm/blob/master/internal/backends/python/pypi_packages.json) we're using for python's package guesser includes modules from transitive dependencies in the same set as those directly provided. We should build a better mapping which includes...

chore

Why === This is a small developer UX issue. In some cases, Nix would rebuild instead of fetching the result from the binary cache. What changed ============ https://github.com/numtide/build-go-cache/pull/9 Thanks to...