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

- Fixes #953 Allow having nim as locked dependency. - I will add unit tests once we agree on the approach and once nimble related changes in nim are merged...

Often it is handy to manage the compiler using `nimble`. This can improve reproducibility of the builds and make the projects more self contained. I spent some time looking into...

The PR that nimble creates when adding a package has an empty text. It would be nice to add as text at least the url of the package (but probably...

`nimble publish` (version 0.13.1) fails consistently with two Git errors: ``` Error: Execution failed with exit code 1 ... Command: git push https://{token}@github.com/vtbassmatt/packages master ... Output: error: src refspec master...

### Proposal To be able to specify in the `.nimble` file to make a dll instead of exe for certain targets. #### example We have the following nimble script ```nim...

It seems to me that there is no way to just build a library with `nimble` (without creating a custom task), to see if it compiles. `nimble build` expects there...

I am open on suggestion for better/different representation of the tree. Once we agree on the format, I will update the documentation and add tests Here it is sample output...

It would be nice for nimble to have a way for installing a list of dependencies in the same way it does with `nimble build`. The case is: I'm writing...

(See http://forum.nim-lang.org/t/656 and http://github.com/Homebrew/homebrew/pull/34693) I'd like to get nimble into some package managers alongside nim. In order to do this, nimble needs to support being installed to arbitrary system-wide locations,...

Feature
Medium Priority