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

This PR adds features for building/running example code. # Rationale Example code is awesome. A lot of Nimble packages rely on example code in lieu of extensive documentation. However, different...

This PR adds an option to the `install` command to work from a local Nimble file. This makes it just a bit easier to install a package or dependencies in...

Launching nimble (with bot `1.4.4 x64` version and latest `1.6.6 x86`) does not produce any output on Windows. At first check does not seems an antivirus related error as the...

- implementation of async download based on chronos asyncproc - the PR is based on #938

Rebased and removed formatting of https://github.com/nim-lang/nimble/pull/850.

This would be useful, how would one go about implementing this?

#https://github.com/nim-lang/nimble/issues/1166

I just updated a nimble.lock file and it's very difficult to determine what changed (with `git diff`) because the order of packages seems arbitrary. Maybe I used two different versions...

.nimble: ```nim requires "nim >= 1.6.16", "compiler" ``` ```sh nimble setup -l Warning: Using project local deps mode Info: using /home/arnetheduck/src/nimph/nimbledeps/pkgs2/nim-2.0.0-35b9d926d314ce8c3326902c138f5c2247cfd390/bin/nim for compilation Verifying dependencies for [email protected] Info: "nimble.paths" is...

Can you explain (and possibly show an example workflow) how to actually use the new `nimble develop` and the old `nimble develop -g`? ``` $ nim --version Nim Compiler Version...