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

Support installing packages from SSH URL, for example, `[email protected]:nim-lang/fusion.git`. Use an SSH URL to avoid entering your account and password when downloading a private code base. ```shell [root@haoyu nimble] ./nimble...

I want to create debug and release builds (and a few other combinations of flags) at the same time - running multiple instances of `nimble build` in the same directory...

> command can be used by developers to compile individual modules inside their package Presently `nimble c nimblepkg/options` does not work. This seems to be the intended interface.

(Tested in PowerShell 7.0.2 specifically.) Once `nimble init` gets to the license prompt, it crashes. Specifically, it gets as far as `Choices:` before giving up the ghost and spitting out...

At least it should have `--force` flag to ignore reverse dependency.

This is a followup to this issue - https://github.com/nim-lang/langserver/issues/46#issuecomment-1694694228 In short, I think its best for nimble to use the `~/.cache` directory to store its build files instead of `/tmp`...

``` /nimble/src/nimblepkg/sha1hashes.nim(6, 42) Error: cannot open file: ../../dist/checksums/src/checksums/sha1 ``` 412af022a44157dd17118432fba825da9f204125

Hi all, I recently updated to Nim 2.0 but I am experiencing some unexpected behavior since the upgrade # What is the problem? Prior to 2.0, one could use `nim...

Sorry for the vague title, I'm giving as much information as nimble is giving me :( ``` $ nimble --accept build -d:release -d:nimDebugDlOpen --verbose Info: Nimble data file "/Users/shish2k/.nimble/nimbledata2.json" has...

Downloading https://github.com/nim-lang/nimble/releases/download/latest/nimble-linux_aarch64.tar.gz I got: ```sh vscode ➜ /workspaces/nim-codex-dht/.nimble (coverage) $ file nimble nimble: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d08f4730f1bea325ebd678a80db27b47ee772046, for GNU/Linux 3.2.0,...