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

In local mode (ie: using `nimble install -l`), I should be able to symlink a package (ie: a directory with `pkg.nimble` in it) into the `./nimbledeps/pkgs` directory and have `nimble...

With the current HEAD commit on master f4c818a an attempt to issue ``` $ nimble develop ``` in a binary only package results in error: ``` Error: Cannot develop packages...

I'd like to use [Quickcheck](https://github.com/alehander42/nim-quicktest) for testing but it seems like currently either it's listed as a full dependency and get pulled on user machine, or it's not listed and...

Feature
High Priority

Many OSes provide a package manager that can install libraries regardless of their language. Similarly to Python, Ruby, Rust, Go, C, Perl and so on, Nim and Nimble should be...

maybe there is already a way to do it, but I could not find it. it would be nice to have a way to list the versions installed for a...

What am I doing wrong here? `Prompt: Missing directory /Users/niv/.nimble/pkgs/neverwinter-1.1.1/src/neverwinter. Continue? [y/N]` Package in question: https://github.com/niv/neverwinter.nim The intent is to have a hybrid package that installs a bunch of binaries,...

Bug
Medium Priority

Just a recap of a short discussion with @haxscramper and @FedericoCeratto on modern dependency resolution. Nimble found a certain combination of dependencies impossible to resolve even though there is actually...

Other

In versions prior to 0.13.0, they returned the same value, making it valid to run `withDir projectDir() / "dependency"`. As of 0.13.0, either `thisDir() / "dependency"` or just `"dependency"` must...

Probably you'll want to enable Git submodule cloning by default (`--recurse-submodules` option). Seems like a sensible default to me and I see no reason why Nimble should *not* clone submodules...

High Priority

I've noticed this with various packages and on all OSes (mac OS, linux, and windows). If I do `nimble install ansiwave` for example, and it isn't in my local packages.json,...