Metadata-Version: 1.1
Name: nim-install
Version: 0.2.2
Summary: install nim compiler in Linux virtualenv assumes gcc
Home-page: https://bitbucket.org/ruamel/nim_install
Author: Anthon van der Neut
Author-email: a.van.der.neut@ruamel.eu
License: MIT
Description: 
        This package can be used to install the nim compiler in a virtualenv::
        
           virtualenv /your/venv
           source /your/venv/bin/activate
           pip install nim-install
           nim_install
           nim --version
        
        installs nim version 0.16.0, nimble, nimgrep and nimsuggest
        
        The compilation of nim is executed in parallel. Total installation time is about
        40 seconds on my machine (including download time).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
