Konstantin Molchanov 894acf5fa2 Update Nim to 0.14.0 (#895)
+ nimsuggest is now added to PATH
- nimble is no longer shipped with the distro for some reason
2016-06-08 07:28:01 +10:00

21 lines
633 B
JSON

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