https://github.com/nim-lang/nimble
Package manager for the Nim programming language.
https://github.com/nim-lang/nimble
nim package-manager
Last synced: 2 days ago
JSON representation
Package manager for the Nim programming language.
- Host: GitHub
- URL: https://github.com/nim-lang/nimble
- Owner: nim-lang
- License: other
- Created: 2011-01-27T15:03:53.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T07:31:06.000Z (12 days ago)
- Last Synced: 2025-04-13T22:18:29.409Z (2 days ago)
- Topics: nim, package-manager
- Language: Nim
- Homepage: https://nim-lang.github.io/nimble/index.html
- Size: 3.3 MB
- Stars: 1,291
- Watchers: 51
- Forks: 194
- Open Issues: 227
-
Metadata Files:
- Readme: readme.markdown
- Changelog: changelog.markdown
- License: license.txt
Awesome Lists containing this project
- awesome-rainmana - nim-lang/nimble - Package manager for the Nim programming language. (Nim)
- awesome-nim - Nimble - Nimble can be used as a build system. (Development Tools / Build Systems / Package Management)
README
# Nimble
Nimble is the default *package manager* for the [Nim programming language](https://nim-lang.org).
## Documentation
Interested in how to use Nimble? See the [Nimble Guide](https://nim-lang.github.io/nimble/index.html),
where you can learn:
- [How to install existing packages](https://nim-lang.github.io/nimble/use-packages.html)
- [How to create a Nimble package](https://nim-lang.github.io/nimble/create-packages.html)
- [How to use `nimble develop` workflow](https://nim-lang.github.io/nimble/workflow.html)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](https://github.com/nim-lang/nimble/blob/master/changelog.markdown).
## 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](https://github.com/nim-lang/Nim?tab=readme-ov-file#community).## About
Nimble has been written by [Dominik Picheta](https://picheta.me/) with help from
a number of [contributors](https://github.com/nim-lang/nimble/graphs/contributors).
It is licensed under the 3-clause BSD license, see [license.txt](license.txt)
for more information.