Ecosyste.ms: Awesome
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: 20 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T14:23:51.000Z (about 1 month ago)
- Last Synced: 2024-10-02T00:22:58.987Z (about 1 month ago)
- Topics: nim, package-manager
- Language: Nim
- Homepage:
- Size: 3.08 MB
- Stars: 1,252
- Watchers: 52
- Forks: 188
- Open Issues: 221
-
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).## Repository information
This repository has two main branches: `master` and `stable`.
The `master` branch is...
* default
* bleeding edge
* tested to compile with a pinned (close to HEAD) commit of NimThe `stable` branch is...
* installed by `koch tools`/`koch nimble`
* relatively stable
* should compile with Nim HEAD as well as the latest Nim versionNote: The travis build only tests whether Nimble works with the latest Nim
version.A new Nim release (via `koch xz`) will always bundle the `stable` branch.
## 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 any questions about the project, you can ask me directly on GitHub,
ask on the Nim [forum](https://forum.nim-lang.org), or ask on Freenode in
the #nim channel.## 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.