getnim/src/getnimpkg/common.nim

25 lines
314 B
Nim

import nimblepkg/version
type
GetnimError* = object of NimbleError
const
getnimVersion* = "0.8.4"
proxies* = [
"nim",
"nimble",
"nimgrep",
"nimpretty",
"nimsuggest",
"testament",
"nim-gdb",
]
mingwProxies* = [
"gcc",
"g++",
"gdb",
"ld"
]