name = 'Mono' version = '4.2.2.10' easyblock = 'ConfigureMake' homepage = 'http://www.mono-project.com' description = """Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime.""" toolchain = {'name': 'intel', 'version': '2016.01'} dependencies = [('libgdiplus', '3.12')] sources = [SOURCELOWER_TAR_BZ2] source_urls = ['http://download.mono-project.com/sources/%(namelower)s'] maxparallel = 4 moduleclass = 'lang'