upm
upm copied to clipboard
⠕ Universal Package Manager - Python, Node.js, Ruby, Emacs Lisp.
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...
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...
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...
See #10 for context. It should be possible to install upm via a one-liner, targeting common package managers, a la ```shell curl ... | sh - ```
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)...
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...
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...
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...