No description
Find a file
2026-01-01 15:10:15 +00:00
.github Bump actions/upload-artifact from 4 to 6 (#1537) 2025-12-15 18:52:46 +08:00
nimble-guide Fix formatting of table & requires in create-packages.md (#1541) 2025-12-19 10:46:14 +00:00
src Fix isRoot flag being loaded from cache causing wrong root package (#1550) 2026-01-01 15:10:15 +00:00
tests Improves local docker (#1548) 2025-12-31 15:04:40 +00:00
vendor Adds stew and results (#1524) 2025-11-19 18:10:14 +00:00
.dockerignore Improves local docker (#1548) 2025-12-31 15:04:40 +00:00
.gitignore Nim is added by default to the lock file (#1538) 2025-12-23 17:01:48 +00:00
.gitmodules Adds stew and results (#1524) 2025-11-19 18:10:14 +00:00
changelog.markdown Improves release action to generate release notes. Updates changelog (#1414) 2025-07-07 12:16:52 +01:00
config.nims Adds paths to nimble.nim.cfg to circunvent skipParentConfig when bootstrapping (#1543) 2025-12-22 15:23:21 +00:00
license.txt Fixes #153 2015-08-14 23:24:43 +01:00
nimble.bash-completion Fix bash completion failure when being sourced/used together with nim's one (#1352) 2025-03-03 16:44:52 +00:00
nimble.nimble Bumps 0.99.0 (#1448) 2025-08-15 10:50:20 +01:00
nimble.zsh-completion Fix typos (#1194) 2024-03-17 10:19:14 +08:00
readme.markdown readme/todo cleanup (#1322) 2024-12-30 20:13:10 +08:00

Nimble

Nimble is the default package manager for the Nim programming language.

Documentation

Interested in how to use Nimble? See the Nimble Guide, where you can learn:

This documentation is for the latest commit of Nimble. Nim releases ship with a specific version of Nimble and may not contain all the features and fixes described here. nimble -v will display the version of Nimble in use.

The Nimble changelog can be found here.

Contribution

If you would like to help, feel free to fork and make any additions you see fit and then send a pull request. If you have questions about the project, you can ask directly on GitHub or reach out to the Nim community.

About

Nimble has been written by Dominik Picheta with help from a number of contributors. It is licensed under the 3-clause BSD license, see license.txt for more information.