|
1 | 1 | # Nimble |
2 | 2 |
|
3 | | - |
4 | | -Nimble is the default *package manager* for the |
5 | | -[Nim programming language](https://nim-lang.org). |
6 | | - |
7 | | - |
8 | | - |
| 3 | +Nimble is the default *package manager* for the [Nim programming language](https://nim-lang.org). |
9 | 4 |
|
10 | 5 | ## Documentation |
11 | 6 |
|
12 | | -Interested in how to use Nimble? See the |
13 | | -[Nimble Guide](https://nim-lang.github.io/nimble/index.html), |
| 7 | +Interested in how to use Nimble? See the [Nimble Guide](https://nim-lang.github.io/nimble/index.html), |
14 | 8 | where you can learn: |
15 | 9 | - [How to install existing packages](https://nim-lang.github.io/nimble/use-packages.html) |
16 | 10 | - [How to create a Nimble package](https://nim-lang.github.io/nimble/create-packages.html) |
17 | 11 | - [How to use `nimble develop` workflow](https://nim-lang.github.io/nimble/workflow.html) |
18 | 12 |
|
19 | | - |
20 | 13 | This documentation is for the latest commit of Nimble. |
21 | 14 | Nim releases ship with a specific version of Nimble and may |
22 | 15 | not contain all the features and fixes described here. |
23 | 16 | `nimble -v` will display the version of Nimble in use. |
24 | 17 |
|
25 | | -The Nimble changelog can be found |
26 | | -[here](https://github.com/nim-lang/nimble/blob/master/changelog.markdown). |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | -## Repository information |
33 | | - |
34 | | -This repository has two main branches: `master` and `stable`. |
35 | | - |
36 | | -The `master` branch is... |
37 | | - |
38 | | -* default |
39 | | -* bleeding edge |
40 | | -* tested to compile with a pinned (close to HEAD) commit of Nim |
41 | | - |
42 | | -The `stable` branch is... |
43 | | - |
44 | | -* installed by `koch tools`/`koch nimble` |
45 | | -* relatively stable |
46 | | -* should compile with Nim HEAD as well as the latest Nim version |
47 | | - |
48 | | -Note: The travis build only tests whether Nimble works with the latest Nim |
49 | | -version. |
50 | | - |
51 | | -A new Nim release (via `koch xz`) will always bundle the `stable` branch. |
52 | | - |
53 | | - |
54 | | - |
55 | | - |
| 18 | +The Nimble changelog can be found [here](https://github.com/nim-lang/nimble/blob/master/changelog.markdown). |
56 | 19 |
|
57 | 20 | ## Contribution |
58 | 21 |
|
59 | | -If you would like to help, feel free to fork and make any additions you see fit |
60 | | -and then send a pull request. |
61 | | - |
62 | | -If you have any questions about the project, you can ask me directly on GitHub, |
63 | | -ask on the Nim [forum](https://forum.nim-lang.org), or ask on Freenode in |
64 | | -the #nim channel. |
65 | | - |
66 | | - |
67 | | - |
68 | | - |
| 22 | +If you would like to help, feel free to fork and make any additions you see fit and then send a pull request. |
| 23 | +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). |
69 | 24 |
|
70 | 25 | ## About |
71 | 26 |
|
72 | 27 | Nimble has been written by [Dominik Picheta](https://picheta.me/) with help from |
73 | | -a number of |
74 | | -[contributors](https://github.com/nim-lang/nimble/graphs/contributors). |
| 28 | +a number of [contributors](https://github.com/nim-lang/nimble/graphs/contributors). |
75 | 29 | It is licensed under the 3-clause BSD license, see [license.txt](license.txt) |
76 | 30 | for more information. |
0 commit comments