name = 'Doxygen' version = '1.8.11' 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': 'intel', 'version': '2017a'} sources = ['%(namelower)s-%(version)s.src.tar.gz'] source_urls = ['http://ftp.stack.nl/pub/users/dimitri/'] builddependencies = [ ('CMake', '3.8.1', '', True), ('flex', '2.6.0', '', True), ('Bison', '3.0.4', '', True), ] parallel = 1 moduleclass = 'devel'