# IT4Innovations 2018 name = 'Doxygen' version = '1.8.14' homepage = 'http://www.doxygen.org' description = """Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D.""" toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'} sources = ['%(namelower)s-%(version)s.src.tar.gz'] source_urls = ['http://ftp.stack.nl/pub/users/dimitri/'] builddependencies = [ ('flex', '2.6.4', '', True), ('Bison', '3.0.4', '', True), ('CMake', '3.11.4') ] moduleclass = 'devel'