An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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.