# IT4Innovations 
# LK 2021

name = 'Mono'
version = '6.12.0.122'

homepage = 'http://mono-framework.com'
description = """An open source, cross-platform, implementation of C# and the CLR that is
 binary local_compatible with Microsoft.NET."""

toolchain = SYSTEM

source_urls = ['http://download.mono-project.com/sources/mono/']
sources = [SOURCELOWER_TAR_XZ]

builddependencies = [
    ('Autotools', '20180311'),
    ('Bison', '3.7.6'),
    ('gettext', '0.21'),
    ('CMake', '3.20.1')
]

configopts = "--with-large-heap=yes"

moduleclass = 'lang'