nimble icon indicating copy to clipboard operation
nimble copied to clipboard

Package manager for the Nim programming language.

Results 172 nimble issues
Sort by recently updated
recently updated
newest added

I'm not able to test this because nimble fails to build (`tools.nim(11, 14) Error: cannot open file: compiler/nimblecmd`) even with Nim compiled from devel branch, so testing is required. This...

Nimble could recommend populating a field in the packages.json entry to link to a changelog file. The changelog could be machine-readable and be linted/checked by Nimble. Related to https://github.com/FedericoCeratto/nim-package-directory/issues/4

Package managers are usually sandboxed (they don't allow direct installation to system root but install to some intermediate directory instead). This approach works for most common build systems. They *...

![image](https://user-images.githubusercontent.com/246651/140430913-51422970-8294-4cc3-b90c-f72bcef9cb6c.png) Click to expand! ```bash dom@DESKTOP-AAP3EIS:/mnt/c/Users/morfe/projects/httpbeast$ nimble install hottie@\#head Downloading https://github.com/treeform/hottie using git Verifying dependencies for hottie@#head Info: Dependency on cligen@>= 1.3.2 already satisfied Verifying dependencies for cligen@#head Info: Dependency...

Bug
Other

```bash nimble --ZZZZZZZZZZZZZZZZ install q Downloading https://github.com/OpenSystemsLab/q.nim using git ``` ^ Proceeds to download ```nim nimble --AFSD test Error: Could not find a file with a .nimble extension inside the...

Bug

When I attempt to install a package that is already installed nimble should ask me before downloading and building. `nimble v0.13.1 compiled at 2021-05-25 00:49:34` Current behaviour: ``` nimble install...

Nimble could suggest solutions for missing CA certificates based on the OS. Related: https://github.com/nim-lang/Nim/issues/782#issuecomment-785531690 https://forum.nim-lang.org/t/7551 https://forum.nim-lang.org/t/7582

Feature
High Priority

Seems like newest nimble doesn't work for me. How to reproduce: ``` > nimble --version nimble v0.13.1 compiled at 2021-09-26 00:55:29 git hash: couldn't determine git hash > nimble init...

If run `nimble publish` on a project that is not uploaded to any git server, the url of project becomes: "https:///". The nimble should stop procedure if the url is...

the ca certs requirements break it on macos.

Feature