Konstantin Molchanov f9d6a1da6c Update nim to 0.11.2
Removed nim_debug.exe (doesn't exist anymore), added nimble.exe (nim's package manager).
2015-05-09 15:53:45 +03:00

26 lines
730 B
JSON

{
"homepage": "http://nim-lang.org/",
"version": "0.11.2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "http://nim-lang.org/download/nim-0.11.2_x64.exe#/dl.7z",
"hash": "27d23d16a6b7a30d1db24c522623cf7128eb2c2c4f8cb9b503ebf78568c174bc"
},
"32bit": {
"url": "http://nim-lang.org/download/nim-0.11.2_x32.exe#/dl.7z",
"hash": "88bbda792dc95a50f5d04c5411ce32cc2c5bb06116410387b71d838281331cdc"
}
},
"bin": [
"bin\\nimgrep.exe",
"bin\\nim.exe",
"bin\\nimble.exe"
],
"depends": "gcc",
"post_install": "
# Removes installation cruft
rm -r $dir\\`$PLUGINSDIR
rm -r $dir\\`$COMMONFILES"
}