b209381be0
Installs nim toolchains using choosenim (similar to rustup), installs dependencies and builds nim projects using the package manager nimble. See: https://nim-lang.org/ https://github.com/nim-lang/nimble https://github.com/dom96/choosenim Change-Id: I95e7e02eb975200aed7680880b945261888de5ca
14 lines
223 B
Nim
14 lines
223 B
Nim
# Package
|
|
|
|
version = "0.1.0"
|
|
author = "Albin Vass"
|
|
description = "A new awesome nimble package"
|
|
license = "MIT"
|
|
srcDir = "src"
|
|
bin = @["test"]
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.4.0"
|