aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nim/README.md
blob: 173145d8f4a6aa05af4c164a60b34beab4bdf4d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Nim
===

Description
-----------

The `nim` role installs the [nim](https://nim-lang.org/) compiler. This is
currently only used as a dependency of the [nitter](../nitter/) role.

Variables
---------

This role **accepts** the following variables:

Variable      | Default                               | Description
--------------|---------------------------------------|------------
`nim_version` | see [default vars](defaults/main.yml) | Version of `nim` to install

This role **exports** the following variables:

Variable          | Description
------------------|------------
`nim_install_dir` | Directory containing `nim` executables
````