Konstantin Molchanov 88377e6e1e Update Nim to 0.14.2 (#905)
Nimble added to bin (again).
2016-06-15 08:22:34 +10:00

21 lines
633 B
JSON

{
"homepage": "http://nim-lang.org/",
"version": "0.14.2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "http://nim-lang.org/download/nim-0.14.2_x64.exe#/dl.7z",
"hash": "1fec054d3a5f54c0a67a40db615bb9ecb1d56413b19e324244110713bd4337d1"
},
"32bit": {
"url": "http://nim-lang.org/download/nim-0.14.2_x32.exe#/dl.7z",
"hash": "ca2de37759006d95db98732083a6fab20151bb9819186af2fa29d41884df78c9"
}
},
"depends": "gcc",
"post_install": "
# Removes installation cruft
rm -r $dir\\`$PLUGINSDIR",
"env_add_path": "bin"
}