mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00
15 lines
461 B
Plaintext
15 lines
461 B
Plaintext
name = 'flex'
|
|
version = '2.5.39'
|
|
|
|
homepage = 'http://flex.sourceforge.net/'
|
|
description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner,
|
|
sometimes called a tokenizer, is a program which recognizes lexical patterns in text."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2015a'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s']
|
|
|
|
moduleclass = 'lang'
|